| 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 00230a069e0c130ac6187a67575fa94dc40fbc53..1bab75e340ba4d5b3fc7ae5ac1c95fb0a133b978 100644
|
| --- a/third_party/WebKit/Source/core/html/LinkStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/html/LinkStyle.cpp
|
| @@ -352,6 +352,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()));
|
|
|
|
|