| Index: third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.h b/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| index 8a145d46ed8054de584caaa151d8e5d67c313ea4..b48530e125dffd79171f3f21cceff89036ba015c 100644
|
| --- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| +++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.h
|
| @@ -87,6 +87,7 @@ class ProcessingInstruction final : public CharacterData,
|
|
|
| void setCSSStyleSheet(const String& href,
|
| const KURL& baseURL,
|
| + ReferrerPolicy,
|
| const String& charset,
|
| const CSSStyleSheetResource*) override;
|
| void setXSLStyleSheet(const String& href,
|
|
|