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

Unified Diff: webkit/glue/webworkerclient_impl.cc

Issue 99283: Add a BeforeDestroyFrame notification method to WebViewDelegate (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 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 | « webkit/glue/webview_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webworkerclient_impl.cc
===================================================================
--- webkit/glue/webworkerclient_impl.cc (revision 15231)
+++ webkit/glue/webworkerclient_impl.cc (working copy)
@@ -70,7 +70,7 @@
static_cast<WebFrameLoaderClient*>(
document->frame()->loader()->client());
WebViewDelegate* webview_delegate =
- frame_loader_client->webframe()->webview_impl()->delegate();
+ frame_loader_client->webframe()->GetWebViewImpl()->delegate();
webworker = webview_delegate->CreateWebWorker(proxy);
} else {
webworker = WebKit::webKitClient()->CreateWebWorker(proxy);
« no previous file with comments | « webkit/glue/webview_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698