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

@@ -1578,8 +1578,7 @@ CSSLoaderImpl::LoadSheet(URLKey& aKey, SheetLoadData* aData)
if (document_uri) {
nsCOMPtr<nsIHttpChannel> httpChannel(do_QueryInterface(channel));
if (httpChannel) {
result = httpChannel->SetReferrer(document_uri,
nsIHttpChannel::REFERRER_INLINES);
result = httpChannel->SetReferrer(document_uri);
}
}