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