Index: webkit/glue/webview_impl.cc |
=================================================================== |
--- webkit/glue/webview_impl.cc (revision 10273) |
+++ webkit/glue/webview_impl.cc (working copy) |
@@ -1613,15 +1613,6 @@ |
} |
} |
-const WebCore::Node* WebViewImpl::getInspectedNode(WebCore::Frame* frame) { |
- DCHECK(frame); |
- WebFrameImpl* webframe_impl = WebFrameImpl::FromFrame(frame); |
- if (!webframe_impl) |
- return NULL; |
- |
- return webframe_impl->inspected_node(); |
-} |
- |
void WebViewImpl::ImageResourceDownloadDone(ImageResourceFetcher* fetcher, |
bool errored, |
const SkBitmap& image) { |