summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2')
-rw-r--r--Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h b/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h
index 57e98c5..1abe34c 100644
--- a/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h
+++ b/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h
@@ -47,6 +47,8 @@ public:
WebPage* page() const { return m_page; }
+ virtual void* webView() const { return 0; }
+
private:
virtual void chromeDestroyed();