Index: Source/WebKit/chromium/src/ChromeClientImpl.cpp |
=================================================================== |
--- Source/WebKit/chromium/src/ChromeClientImpl.cpp (revision 85996) |
+++ Source/WebKit/chromium/src/ChromeClientImpl.cpp (working copy) |
@@ -162,6 +162,11 @@ |
{ |
} |
+void* ChromeClientImpl::webView() const |
+{ |
+ return static_cast<void*>(m_webView); |
+} |
+ |
void ChromeClientImpl::chromeDestroyed() |
{ |
// Our lifetime is bound to the WebViewImpl. |