summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframe_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webframe_impl.h')
-rw-r--r--webkit/glue/webframe_impl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h
index 546b8c9b..cefe3839 100644
--- a/webkit/glue/webframe_impl.h
+++ b/webkit/glue/webframe_impl.h
@@ -222,10 +222,6 @@ class WebFrameImpl : public WebFrame, public base::RefCounted<WebFrameImpl> {
WebDataSourceImpl* GetDataSourceImpl() const;
WebDataSourceImpl* GetProvisionalDataSourceImpl() const;
- const WebCore::Node* inspected_node() const {
- return inspected_node_;
- }
-
void selectNodeFromInspector(WebCore::Node* node);
// Returns which frame has an active match. This function should only be
@@ -322,9 +318,6 @@ class WebFrameImpl : public WebFrame, public base::RefCounted<WebFrameImpl> {
// Handling requests from TextInputController on this frame.
scoped_ptr<WebTextInputImpl> webtextinput_impl_;
- // The node selected in the web inspector. Used for highlighting it on the page.
- WebCore::Node* inspected_node_;
-
// A way for the main frame to keep track of which frame has an active
// match. Should be NULL for all other frames.
WebFrameImpl* active_match_frame_;