Index: third_party/WebKit/Source/core/html/LinkStyle.cpp |
diff --git a/third_party/WebKit/Source/core/html/LinkStyle.cpp b/third_party/WebKit/Source/core/html/LinkStyle.cpp |
index 3a49da419821def6669c6b4b038936c016a9ec5d..cbc25c7c041d9826e611c5c08ab3e660fbbdc34c 100644 |
--- a/third_party/WebKit/Source/core/html/LinkStyle.cpp |
+++ b/third_party/WebKit/Source/core/html/LinkStyle.cpp |
@@ -353,6 +353,7 @@ LinkStyle::LoadReturnValue LinkStyle::LoadStylesheetIfNeeded( |
IntegrityMetadataSet metadata_set; |
SubresourceIntegrity::ParseIntegrityAttribute(integrity_attr, metadata_set); |
params.SetIntegrityMetadata(metadata_set); |
+ params.SetIntegrityValue(integrity_attr); |
} |
SetResource(CSSStyleSheetResource::Fetch(params, GetDocument().Fetcher())); |