mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 1082540 - LoadGroups of imports should be contained by the LoadGroup of the master. r=bz
This commit is contained in:
parent
701f1dd745
commit
b2c98e2471
@ -484,7 +484,7 @@ ImportLoader::Open()
|
||||
nsIScriptSecurityManager::STANDARD);
|
||||
NS_ENSURE_SUCCESS_VOID(rv);
|
||||
|
||||
nsCOMPtr<nsILoadGroup> loadGroup = mImportParent->GetDocumentLoadGroup();
|
||||
nsCOMPtr<nsILoadGroup> loadGroup = master->GetDocumentLoadGroup();
|
||||
nsCOMPtr<nsIChannelPolicy> channelPolicy;
|
||||
nsCOMPtr<nsIContentSecurityPolicy> csp;
|
||||
rv = principal->GetCsp(getter_AddRefs(csp));
|
||||
|
Loading…
x
Reference in New Issue
Block a user