From 54cdeeebc7adcbcd900e8b6a141a8cae27d9a631 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Fri, 10 Jun 2011 16:52:27 +0100 Subject: Merge WebKit at branches/chromium/742 r88085: Initial merge by git. Change-Id: I0501b484b9528e31b0026e5ad64416dd6541cdde --- Source/WebKit/chromium/src/ChromeClientImpl.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/WebKit/chromium/src/ChromeClientImpl.cpp') diff --git a/Source/WebKit/chromium/src/ChromeClientImpl.cpp b/Source/WebKit/chromium/src/ChromeClientImpl.cpp index f12bf03..eee6934 100644 --- a/Source/WebKit/chromium/src/ChromeClientImpl.cpp +++ b/Source/WebKit/chromium/src/ChromeClientImpl.cpp @@ -162,6 +162,11 @@ ChromeClientImpl::~ChromeClientImpl() { } +void* ChromeClientImpl::webView() const +{ + return static_cast(m_webView); +} + void ChromeClientImpl::chromeDestroyed() { // Our lifetime is bound to the WebViewImpl. -- cgit v1.1