Index: webkit/tools/test_shell/webview_host_gtk.cc |
=================================================================== |
--- webkit/tools/test_shell/webview_host_gtk.cc (revision 25715) |
+++ webkit/tools/test_shell/webview_host_gtk.cc (working copy) |
@@ -26,7 +26,7 @@ |
host->webwidget_ = WebView::Create(delegate, delegate); |
prefs.Apply(host->webview()); |
- host->webview()->InitializeMainFrame(); |
+ host->webview()->InitializeMainFrame(delegate); |
host->webwidget_->layout(); |
return host; |