Chromium Code Reviews| 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 9d19f831286996f2c6bf124ae62cb071a5c7e76f..1b279547e4cf31bb7413ac3c12f40bba0fb37210 100644 |
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.cpp |
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.cpp |
| @@ -732,6 +732,9 @@ bool ScriptLoader::FetchClassicScript( |
| // "... integrity metadata, ..." |
| params.SetIntegrityMetadata(integrity_metadata); |
| + // "... integrity value, ..." |
| + params.SetIntegrityValue(element_->IntegrityAttributeValue()); |
|
shimazu
2017/06/26 06:13:32
How about having the integrity string in Integrity
xiaofengzhang
2017/06/29 02:26:06
integrity string was converted to IntegrityMetadat
|
| + |
| // "... parser state, ..." |
| params.SetParserDisposition(parser_state); |