| Index: third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp
|
| index e377644c2fee345122eb2c58fbb24fb0f0cc15cf..f8ba7ff9dc6989d813f3569601ef431f911c7dd6 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp
|
| @@ -45,7 +45,7 @@ CSSParserContext::CSSParserContext(const Document& document, UseCounter* useCoun
|
| : m_baseURL(baseURL.isNull() ? document.baseURL() : baseURL)
|
| , m_charset(charset)
|
| , m_mode(document.inQuirksMode() ? HTMLQuirksMode : HTMLStandardMode)
|
| - , m_referrer(m_baseURL.strippedForUseAsReferrer(), document.referrerPolicy())
|
| + , m_referrer(m_baseURL.strippedForUseAsReferrer(), document.getReferrerPolicy())
|
| , m_isHTMLDocument(document.isHTMLDocument())
|
| , m_useLegacyBackgroundSizeShorthandBehavior(document.settings() ? document.settings()->useLegacyBackgroundSizeShorthandBehavior() : false)
|
| , m_shouldCheckContentSecurityPolicy(DoNotCheckContentSecurityPolicy)
|
|
|