Index: Source/WebCore/page/ChromeClient.h |
=================================================================== |
--- Source/WebCore/page/ChromeClient.h (revision 85996) |
+++ Source/WebCore/page/ChromeClient.h (working copy) |
@@ -132,6 +132,8 @@ |
virtual bool shouldInterruptJavaScript() = 0; |
virtual KeyboardUIMode keyboardUIMode() = 0; |
+ virtual void* webView() const = 0; |
+ |
#if ENABLE(REGISTER_PROTOCOL_HANDLER) |
virtual void registerProtocolHandler(const String& scheme, const String& baseURL, const String& url, const String& title) = 0; |
#endif |