| Index: webkit/tools/test_shell/test_shell.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell.h (revision 26230)
|
| +++ webkit/tools/test_shell/test_shell.h (working copy)
|
| @@ -181,8 +181,8 @@
|
|
|
| // Implements CreateWebView for TestWebViewDelegate, which in turn
|
| // is called as a WebViewDelegate.
|
| - WebView* CreateWebView(WebView* webview);
|
| - WebKit::WebWidget* CreatePopupWidget(WebView* webview);
|
| + WebView* CreateWebView();
|
| + WebKit::WebWidget* CreatePopupWidget();
|
| void ClosePopup();
|
|
|
| #if defined(OS_WIN)
|
|
|