Bug 1426190 - Integrity option for descendant module scripts should be the empty string r=smaug

This commit is contained in:
Jon Coppeard
2017-12-21 10:58:53 +00:00
parent d2702a2eab
commit 4f7a8cb01f
5 changed files with 5 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ ModuleLoadRequest::ModuleLoadRequest(nsIURI* aURI,
aParent->mElement,
aParent->mValidJSVersion,
aParent->mCORSMode,
aParent->mIntegrity,
SRIMetadata(),
aParent->mURI,
aParent->mReferrerPolicy),
mIsTopLevel(false),