Commit e93be266 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Remove nsIWebBrowserFocus_Activate useless call.

parent c49e894e
......@@ -101,9 +101,6 @@ static HRESULT WINAPI OleInPlaceActiveObject_OnFrameWindowActivate(IOleInPlaceAc
if(This->hostui)
IDocHostUIHandler_OnFrameWindowActivate(This->hostui, fActivate);
if(fActivate && This->nscontainer)
nsIWebBrowserFocus_Activate(This->nscontainer->focus);
return S_OK;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment