fixes bug 170648 "eliminate referrer type from nsIHttpChannel in preparation
for freezing" r=dougt sr=rpotts git-svn-id: svn://10.0.0.236/trunk@130442 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -387,8 +387,7 @@ nsScriptLoader::ProcessScriptElement(nsIDOMHTMLScriptElement *aElement,
|
||||
nsCOMPtr<nsIChannel> channel;
|
||||
rv = NS_NewStreamLoader(getter_AddRefs(loader), scriptURI, this,
|
||||
reqsup, loadGroup, prompter,
|
||||
nsIChannel::LOAD_NORMAL, documentURI,
|
||||
nsIHttpChannel::REFERRER_INLINES);
|
||||
nsIChannel::LOAD_NORMAL, documentURI);
|
||||
if (NS_FAILED(rv)) {
|
||||
mPendingRequests.RemoveElement(reqsup, 0);
|
||||
return FireErrorNotification(rv, aElement, aObserver);
|
||||
|
||||
Reference in New Issue
Block a user