summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframe_impl.h
diff options
context:
space:
mode:
authorojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 20:19:53 +0000
committerojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 20:19:53 +0000
commit613de4bbd1b032d05e2552c9cd58735c4a71bf0c (patch)
treece3efbe5203d7fcdb0f8eda5c6c0cd861f556629 /webkit/glue/webframe_impl.h
parent6e73472fa6749ec5cfe7bbe961ca0487d0a43bb3 (diff)
downloadchromium_src-613de4bbd1b032d05e2552c9cd58735c4a71bf0c.zip
chromium_src-613de4bbd1b032d05e2552c9cd58735c4a71bf0c.tar.gz
chromium_src-613de4bbd1b032d05e2552c9cd58735c4a71bf0c.tar.bz2
Remove code that will not be necessary after https://bugs.webkit.org/show_bug.cgi?id=24307 is fixed.
Review URL: http://codereview.chromium.org/27373 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10815 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webframe_impl.h')
-rw-r--r--webkit/glue/webframe_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h
index cefe3839..63950aa 100644
--- a/webkit/glue/webframe_impl.h
+++ b/webkit/glue/webframe_impl.h
@@ -222,8 +222,6 @@ class WebFrameImpl : public WebFrame, public base::RefCounted<WebFrameImpl> {
WebDataSourceImpl* GetDataSourceImpl() const;
WebDataSourceImpl* GetProvisionalDataSourceImpl() const;
- void selectNodeFromInspector(WebCore::Node* node);
-
// Returns which frame has an active match. This function should only be
// called on the main frame, as it is the only frame keeping track. Returned
// value can be NULL if no frame has an active match.