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

Unified Diff: webkit/glue/chrome_client_impl.cc

Issue 255042: Reverting 27711. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « webkit/api/public/WebView.h ('k') | webkit/glue/dom_operations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/chrome_client_impl.cc
===================================================================
--- webkit/glue/chrome_client_impl.cc (revision 27750)
+++ webkit/glue/chrome_client_impl.cc (working copy)
@@ -348,7 +348,7 @@
webview_->page()->setGroupName(WebCore::String());
// Make sure that all loading is stopped. Ensures that JS stops executing!
- webview_->StopLoading();
+ webview_->mainFrame()->stopLoading();
if (webview_->client())
webview_->client()->closeWidgetSoon();
@@ -413,7 +413,7 @@
}
bool ChromeClientImpl::tabsToLinks() const {
- return webview_->GetTabsToLinks();
+ return webview_->tabsToLinks();
}
WebCore::IntRect ChromeClientImpl::windowResizerRect() const {
« no previous file with comments | « webkit/api/public/WebView.h ('k') | webkit/glue/dom_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698