| Index: webkit/tools/test_shell/mac/webview_host.mm
|
| ===================================================================
|
| --- webkit/tools/test_shell/mac/webview_host.mm (revision 20851)
|
| +++ webkit/tools/test_shell/mac/webview_host.mm (working copy)
|
| @@ -34,7 +34,7 @@
|
| [host->view_ release];
|
|
|
| host->webwidget_ = WebView::Create(delegate, prefs);
|
| - host->webwidget_->Resize(WebSize(content_rect.size.width,
|
| + host->webwidget_->resize(WebSize(content_rect.size.width,
|
| content_rect.size.height));
|
|
|
| return host;
|
|
|