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