Add notation as to why the SetOriginalURI() hack is necessary.
git-svn-id: svn://10.0.0.236/trunk@69486 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a01d929dfc
commit
c058edee4d
@ -2527,7 +2527,7 @@ NS_IMETHODIMP nsDocShell::DoURILoad(nsIURI* aURI, nsIURI* aReferrerURI,
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
//XXX Wrong, but needed for now
|
||||
//XXX Wrong, but needed for now. See bug 31818.
|
||||
channel->SetOriginalURI(aReferrerURI ? aReferrerURI : aURI);
|
||||
|
||||
// Mark the channel as being a document URI...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user