| Index: Source/WebKit/chromium/src/WebViewImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebViewImpl.cpp b/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| index 485f9eaac58f49162a78070a1578d977ecd76137..db9a9f252f237af4a07a11d89a169ddd7a8fe6cb 100644
|
| --- a/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| @@ -1554,7 +1554,7 @@ WebViewImpl* WebViewImpl::fromPage(Page* page)
|
| if (!page)
|
| return 0;
|
|
|
| - ChromeClientImpl* chromeClient = static_cast<ChromeClientImpl*>(page->chrome()->client());
|
| + ChromeClientImpl* chromeClient = static_cast<ChromeClientImpl*>(page->chrome().client());
|
| return static_cast<WebViewImpl*>(chromeClient->webView());
|
| }
|
|
|
|
|