| 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 1c5059898bcae4fa2f5d517b57503df8739b9d07..dd65a00b025d567cf3abd04530f0ef159858ed27 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;
|
| }
|
|
|