| Index: third_party/WebKit/Source/core/dom/ScriptLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptLoader.cpp b/third_party/WebKit/Source/core/dom/ScriptLoader.cpp
|
| index 067b2a8e4433d0e64686945e0bbde5f107275cb9..ca42fe74ce615943f02c0578136ed4941788a2ea 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.cpp
|
| @@ -728,6 +728,10 @@ bool ScriptLoader::FetchClassicScript(
|
| // "... integrity metadata, ..."
|
| params.SetIntegrityMetadata(integrity_metadata);
|
|
|
| + // "... integrity value, ..."
|
| + params.MutableResourceRequest().SetFetchIntegrity(
|
| + element_->IntegrityAttributeValue());
|
| +
|
| // "... parser state, ..."
|
| params.SetParserDisposition(parser_state);
|
|
|
|
|