Index: webkit/tools/test_shell/mac/webview_host.mm |
=================================================================== |
--- webkit/tools/test_shell/mac/webview_host.mm (revision 25715) |
+++ webkit/tools/test_shell/mac/webview_host.mm (working copy) |
@@ -37,7 +37,7 @@ |
host->webwidget_ = WebView::Create(delegate, delegate); |
prefs.Apply(host->webview()); |
- host->webview()->InitializeMainFrame(); |
+ host->webview()->InitializeMainFrame(delegate); |
host->webwidget_->resize(WebSize(content_rect.size.width, |
content_rect.size.height)); |