summaryrefslogtreecommitdiffstats
path: root/webkit/glue/inspector_client_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/inspector_client_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/inspector_client_impl.h')
-rw-r--r--webkit/glue/inspector_client_impl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/glue/inspector_client_impl.h b/webkit/glue/inspector_client_impl.h
index 8e8e4fa..92b1ead 100644
--- a/webkit/glue/inspector_client_impl.h
+++ b/webkit/glue/inspector_client_impl.h
@@ -47,10 +47,6 @@ private:
// The WebViewImpl of the page being inspected; gets passed to the constructor
scoped_refptr<WebViewImpl> inspected_web_view_;
- // The node selected in the web inspector. Used for highlighting it on the
- // page.
- WebCore::Node* inspected_node_;
-
// The WebView of the Inspector popup window
WebViewImpl* inspector_web_view_;
};