remove annoying "unknown error" dialog. b=131399, r=dougt, sr=bienvenu, a=asa

This commit is contained in:
darin@netscape.com
2002-03-19 00:06:31 +00:00
parent 3ce111d4bc
commit ad93f7612e
2 changed files with 0 additions and 6 deletions

View File

@@ -1029,11 +1029,6 @@ nsresult nsWebShell::EndPageLoad(nsIWebProgress *aProgress,
// before we could read any data from it
errorStr = "netReset";
break;
case NS_BINDING_ABORTED:
break;
default:
errorStr = "unknownError";
break;
}
if (errorStr) {
nsCOMPtr<nsIPrompt> prompter;