Commit 865d92a6 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Call setup_nswindow on load event.

parent 7e79b565
......@@ -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;
......
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