mshtml: Remove nsIWebBrowserFocus_Activate useless call.
This commit is contained in:
parent
c49e894e9f
commit
e93be266c1
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue