| Index: third_party/WebKit/Source/core/html/LinkStyle.h
|
| diff --git a/third_party/WebKit/Source/core/html/LinkStyle.h b/third_party/WebKit/Source/core/html/LinkStyle.h
|
| index 99dfded0848bcaef36d068d8f2b22f325297af22..3b314a802b999e275bb9f7ecf2da9dd1d4e9b17f 100644
|
| --- a/third_party/WebKit/Source/core/html/LinkStyle.h
|
| +++ b/third_party/WebKit/Source/core/html/LinkStyle.h
|
| @@ -61,6 +61,7 @@ class LinkStyle final : public LinkResource, ResourceOwner<StyleSheetResource> {
|
| // From StyleSheetResourceClient
|
| void setCSSStyleSheet(const String& href,
|
| const KURL& baseURL,
|
| + ReferrerPolicy,
|
| const String& charset,
|
| const CSSStyleSheetResource*) override;
|
| String debugName() const override { return "LinkStyle"; }
|
|
|