Chromium Code Reviews| Index: webkit/tools/test_shell/test_shell_mac.mm |
| =================================================================== |
| --- webkit/tools/test_shell/test_shell_mac.mm (revision 26230) |
| +++ webkit/tools/test_shell/test_shell_mac.mm (working copy) |
| @@ -453,7 +453,7 @@ |
| [windowHandle autorelease]; |
| } |
| -WebWidget* TestShell::CreatePopupWidget(WebView* webview) { |
| +WebWidget* TestShell::CreatePopupWidget() { |
| DCHECK(!m_popupHost); |
| m_popupHost = WebWidgetHost::Create(webViewWnd(), popup_delegate_.get()); |