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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user