diff options
-rw-r--r-- | chrome_frame/chrome_active_document.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_active_document.cc b/chrome_frame/chrome_active_document.cc index 2fc4a00..f0a2e76 100644 --- a/chrome_frame/chrome_active_document.cc +++ b/chrome_frame/chrome_active_document.cc @@ -584,7 +584,7 @@ HRESULT ChromeActiveDocument::ActiveXDocActivate(LONG verb) { ::ShowWindow(m_hWnd, SW_SHOW); SetFocus(); } else { - m_hWnd = Create(parent_window, position_rect, 0, 0, WS_EX_CLIENTEDGE); + m_hWnd = Create(parent_window, position_rect); if (!IsWindow()) { // This might happen if the automation server couldn't be // instantiated. If so, a NOTREACHED() will have already been hit. |