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

Unified Diff: Source/WebKit/chromium/src/AutoFillPopupMenuClient.cpp

Issue 6955016: Merge 85823 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 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/WebCore/page/brew/ChromeClientBrew.h ('k') | Source/WebKit/chromium/src/ChromeClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/AutoFillPopupMenuClient.cpp
===================================================================
--- Source/WebKit/chromium/src/AutoFillPopupMenuClient.cpp (revision 85996)
+++ Source/WebKit/chromium/src/AutoFillPopupMenuClient.cpp (working copy)
@@ -358,7 +358,7 @@
if (!page)
return 0;
- return static_cast<ChromeClientImpl*>(page->chrome()->client())->webView();
+ return static_cast<WebViewImpl*>(page->chrome()->client()->webView());
}
RenderStyle* AutoFillPopupMenuClient::textFieldStyle() const
« no previous file with comments | « Source/WebCore/page/brew/ChromeClientBrew.h ('k') | Source/WebKit/chromium/src/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698