Oops, forgot to rename INTERNAL_LOAD_NO_REFERRER to INTERNAL_LOAD_DONT_SEND_REFERRER.
git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@164824 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -731,7 +731,7 @@ nsDocShell::LoadURI(nsIURI * aURI,
|
||||
flags |= INTERNAL_LOAD_FLAGS_INHERIT_OWNER;
|
||||
|
||||
if (!sendReferrer)
|
||||
flags |= INTERNAL_LOAD_FLAGS_NO_REFERRER;
|
||||
flags |= INTERNAL_LOAD_FLAGS_DONT_SEND_REFERRER;
|
||||
|
||||
rv = InternalLoad(aURI,
|
||||
referrer,
|
||||
@@ -5472,7 +5472,7 @@ nsDocShell::InternalLoad(nsIURI * aURI,
|
||||
mLSHE = aSHEntry;
|
||||
|
||||
rv = DoURILoad(aURI, aReferrer,
|
||||
!(aFlags & INTERNAL_LOAD_FLAGS_NO_REFERRER),
|
||||
!(aFlags & INTERNAL_LOAD_FLAGS_DONT_SEND_REFERRER),
|
||||
owner, aTypeHint, aPostData, aHeadersData, aFirstParty,
|
||||
aDocShell, aRequest);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user