Chromium Code Reviews| Index: webkit/tools/test_shell/webview_host_gtk.cc |
| =================================================================== |
| --- webkit/tools/test_shell/webview_host_gtk.cc (revision 20851) |
| +++ webkit/tools/test_shell/webview_host_gtk.cc (working copy) |
| @@ -24,7 +24,7 @@ |
| g_object_set_data(G_OBJECT(host->view_), "webwidgethost", host); |
| host->webwidget_ = WebView::Create(delegate, prefs); |
| - host->webwidget_->Layout(); |
| + host->webwidget_->layout(); |
| return host; |
| } |