mshtml: Call setup_nswindow on load event.
This commit is contained in:
parent
7e79b5656e
commit
865d92a6e4
|
@ -136,6 +136,8 @@ static nsresult NSAPI handle_load(nsIDOMEventListener *iface, nsIDOMEvent *event
|
|||
if(!This->doc)
|
||||
return NS_OK;
|
||||
|
||||
setup_nswindow(This->doc->window);
|
||||
|
||||
if(This->editor_controller) {
|
||||
nsIController_Release(This->editor_controller);
|
||||
This->editor_controller = NULL;
|
||||
|
|
Loading…
Reference in New Issue