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:
darin%netscape.com
2002-09-25 21:28:53 +00:00
parent 276c4673a0
commit 8fa070e5cd
13 changed files with 43 additions and 43 deletions

View File

@@ -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);