| 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 983f91ba4602ba7e1cab805116b65a88f61a188f..c492f8e2bf79ae5964da980416326d962c2f7e14 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.cpp
|
| @@ -742,6 +742,10 @@ bool ScriptLoader::FetchClassicScript(
|
| // "... integrity metadata, ..."
|
| params.SetIntegrityMetadata(integrity_metadata);
|
|
|
| + // "... integrity value, ..."
|
| + params.MutableResourceRequest().SetFetchIntegrity(
|
| + element_->IntegrityAttributeValue());
|
| +
|
| // "... parser state, ..."
|
| params.SetParserDisposition(parser_state);
|
|
|
|
|