| 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 d8b64d3c637b5dcf122369c3b67ff8e43ef4981d..9fbb194b137faccd6d67dfcf9857acbafe83f0e0 100644
|
| --- a/third_party/WebKit/Source/core/html/LinkStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/html/LinkStyle.cpp
|
| @@ -109,8 +109,9 @@ void LinkStyle::setCSSStyleSheet(
|
| }
|
| }
|
|
|
| - CSSParserContext* parserContext =
|
| - CSSParserContext::create(m_owner->document(), baseURL, charset);
|
| + CSSParserContext* parserContext = CSSParserContext::create(
|
| + m_owner->document(), baseURL, m_owner->document().getReferrerPolicy(),
|
| + charset);
|
|
|
| DEFINE_STATIC_LOCAL(EnumerationHistogram, restoredCachedStyleSheetHistogram,
|
| ("Blink.RestoredCachedStyleSheet", 2));
|
|
|