| Index: webkit/tools/test_shell/test_shell_win.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_win.cc (revision 26230)
|
| +++ webkit/tools/test_shell/test_shell_win.cc (working copy)
|
| @@ -454,7 +454,7 @@
|
| ::SetFocus(NULL);
|
| }
|
|
|
| -WebWidget* TestShell::CreatePopupWidget(WebView* webview) {
|
| +WebWidget* TestShell::CreatePopupWidget() {
|
| DCHECK(!m_popupHost);
|
| m_popupHost = WebWidgetHost::Create(NULL, popup_delegate_.get());
|
| ShowWindow(popupWnd(), SW_SHOW);
|
|
|