bug #94205. Adding flags to nsIWebNavigation::Stop().

This commit is contained in:
rpotts@netscape.com
2001-08-14 04:46:20 +00:00
parent c59b959b20
commit 4bb8a856ea
26 changed files with 203 additions and 198 deletions
+2 -1
View File
@@ -2070,7 +2070,8 @@ nsHTMLDocument::OpenCommon(nsIURI* aSourceURL)
mScriptGlobalObject->GetDocShell(getter_AddRefs(docshell));
if (docshell) {
docshell->StopLoad();
nsCOMPtr<nsIWebNavigation> webnav(do_QueryInterface(docshell));
webnav->Stop(nsIWebNavigation::STOP_NETWORK);
}
}