| Index: webkit/tools/test_shell/test_shell_mac.mm
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_mac.mm (revision 12371)
|
| +++ webkit/tools/test_shell/test_shell_mac.mm (working copy)
|
| @@ -460,8 +460,7 @@
|
|
|
| WebWidget* TestShell::CreatePopupWidget(WebView* webview) {
|
| DCHECK(!m_popupHost);
|
| - m_popupHost = WebWidgetHost::Create(NULL, delegate_.get());
|
| - // ShowWindow(popupWnd(), SW_SHOW);
|
| + m_popupHost = WebWidgetHost::Create(webViewWnd(), delegate_.get());
|
|
|
| return m_popupHost->webwidget();
|
| }
|
|
|