Fixing nsbeta2+ bug 45019, images didn't show up on document that were fully created with document.open(): document.write();... r=nisheet&rpotts

This commit is contained in:
jst@netscape.com
2000-07-21 23:44:38 +00:00
parent 4b1c2b88f6
commit 75ad229c8e
3 changed files with 5 additions and 8 deletions

View File

@@ -1914,10 +1914,7 @@ nsHTMLDocument::OpenCommon(nsIURI* aSourceURL)
mScriptGlobalObject->GetDocShell(getter_AddRefs(docshell));
if (docshell) {
nsCOMPtr<nsIWebNavigation> wn(do_QueryInterface(docshell));
if(wn) {
wn->Stop();
}
docshell->StopLoad();
}
}