Index: webkit/glue/inspector_client_impl.h |
=================================================================== |
--- webkit/glue/inspector_client_impl.h (revision 10273) |
+++ webkit/glue/inspector_client_impl.h (working copy) |
@@ -47,6 +47,9 @@ |
// 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. |
dglazkov
2009/02/26 18:17:00
80 col.
|
+ WebCore::Node* inspected_node_; |
+ |
// The WebView of the Inspector popup window |
WebViewImpl* inspector_web_view_; |
}; |