Bug 1119037 - Add context attribute to Request. r=baku

This commit is contained in:
Nikhil Marathe
2015-01-27 15:43:09 -08:00
parent 2c827a086e
commit d7a8ab4b10
7 changed files with 25 additions and 20 deletions

View File

@@ -350,7 +350,7 @@ FetchDriver::HttpFetch(bool aCORSFlag, bool aCORSPreflightFlag, bool aAuthentica
uri,
mPrincipal,
nsILoadInfo::SEC_NORMAL,
mRequest->GetContext(),
mRequest->ContentPolicyType(),
mLoadGroup,
nullptr, /* aCallbacks */
nsIRequest::LOAD_NORMAL | credentialsFlag,