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