| 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 df3ef936243890022a8b433b51bd93080f5fbbac..2b24a45f1c03f6bea903d88bb867bbb90ec0d691 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.MutableResourceRequest().SetFetchIntegrity(integrity_attr);
|
| }
|
| SetResource(CSSStyleSheetResource::Fetch(params, GetDocument().Fetcher()));
|
|
|
|
|