| Index: Source/WebKit/chromium/tests/ChromeClientImplTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/ChromeClientImplTest.cpp b/Source/WebKit/chromium/tests/ChromeClientImplTest.cpp
|
| index 67c429b9009f04e8177711e3508c1879849a9126..e5e4501f6935aa70db77c3af44ffa226c4e3b2b3 100644
|
| --- a/Source/WebKit/chromium/tests/ChromeClientImplTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/ChromeClientImplTest.cpp
|
| @@ -89,7 +89,7 @@ protected:
|
| {
|
| m_webView = static_cast<WebViewImpl*>(WebView::create(&m_webViewClient));
|
| m_webView->initializeMainFrame(&m_webFrameClient);
|
| - m_chromeClientImpl = static_cast<ChromeClientImpl*>(m_webView->page()->chrome()->client());
|
| + m_chromeClientImpl = static_cast<ChromeClientImpl*>(m_webView->page()->chrome().client());
|
| m_result = WebNavigationPolicyIgnore;
|
| }
|
|
|
|
|