| 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 803253989b2fe8626add173db2851c50234da2b1..136c61475c5a54039514edd16fd743b638cfcaba 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.cpp
|
| @@ -308,8 +308,6 @@ bool ScriptLoader::fetchScript(const String& sourceUrl, FetchRequest::DeferOptio
|
| }
|
|
|
| m_resource = ScriptResource::fetch(request, elementDocument->fetcher());
|
| - if (m_resource && !integrityAttr.isEmpty())
|
| - m_resource->setIntegrityMetadata(metadataSet);
|
|
|
| m_isExternalScript = true;
|
| }
|
|
|