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

Unified Diff: webkit/glue/webworker_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/glue/webview_unittest.cc ('k') | webkit/tools/test_shell/layout_test_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webworker_impl.cc
===================================================================
--- webkit/glue/webworker_impl.cc (revision 27750)
+++ webkit/glue/webworker_impl.cc (working copy)
@@ -141,7 +141,7 @@
DCHECK(!web_view_);
web_view_ = WebView::Create(NULL);
WebPreferences().Apply(web_view_);
- web_view_->InitializeMainFrame(WorkerWebFrameClient::GetSharedInstance());
+ web_view_->initializeMainFrame(WorkerWebFrameClient::GetSharedInstance());
WebFrameImpl* web_frame = static_cast<WebFrameImpl*>(web_view_->mainFrame());
« no previous file with comments | « webkit/glue/webview_unittest.cc ('k') | webkit/tools/test_shell/layout_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698