| Index: third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| index a56b695443b20f87aeff67ebc5721fb75f51e740..8d47e4317c864833c250186bc78296eac048fc4e 100644
|
| --- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -195,8 +195,8 @@ void ProcessingInstruction::setCSSStyleSheet(
|
| }
|
|
|
| DCHECK(m_isCSS);
|
| - CSSParserContext* parserContext =
|
| - CSSParserContext::create(document(), baseURL, charset);
|
| + CSSParserContext* parserContext = CSSParserContext::create(
|
| + document(), baseURL, document().getReferrerPolicy(), charset);
|
|
|
| StyleSheetContents* newSheet =
|
| StyleSheetContents::create(href, parserContext);
|
|
|