| 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 a72185d04583c9fd5a2fc3a41466257838464f80..8ea22682b746c4fe27b2f20dabe88aef9d116570 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.cpp
|
| @@ -738,6 +738,9 @@ bool ScriptLoader::FetchClassicScript(
|
| // "... integrity metadata, ..."
|
| params.SetIntegrityMetadata(integrity_metadata);
|
|
|
| + // "... integrity value, ..."
|
| + params.SetIntegrityValue(element_->IntegrityAttributeValue());
|
| +
|
| // "... parser state, ..."
|
| params.SetParserDisposition(parser_state);
|
|
|
|
|