Checking in serge@netscape.com's fix for bug 65777, this was a regression from the window targetting changes that caused a crash in some cases when an invalid url was typed into the URL bar. r=pollmann@netscape.com, jst@netscape.com, sr=rpotts@netscape.com

git-svn-id: svn://10.0.0.236/trunk@95314 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%netscape.com
2001-05-17 21:38:27 +00:00
parent 63b3bed614
commit f8615a0e3b

View File

@@ -3955,6 +3955,8 @@ nsresult nsDocShell::DoURILoad(nsIURI * aURI,
nsnull,
loadGroup,
NS_STATIC_CAST(nsIInterfaceRequestor *, this));
if (NS_FAILED(rv))
return rv;
channel->SetOriginalURI(aURI);