Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: Source/WebKit/chromium/tests/ChromeClientImplTest.cpp

Issue 15820002: Page::chrome() should return a reference. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebKit/chromium/src/WebViewImpl.cpp ('k') | Source/core/accessibility/AXObjectCache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « Source/WebKit/chromium/src/WebViewImpl.cpp ('k') | Source/core/accessibility/AXObjectCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698