| Index: third_party/WebKit/Source/core/css/parser/CSSParserContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserContext.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserContext.cpp
|
| index f9ea915c47c828f98274047b5a42bd5fa77b530f..66e3d2a87849e6ecf7608494b46e1e38a03c872a 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserContext.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserContext.cpp
|
| @@ -35,7 +35,8 @@ CSSParserContext::CSSParserContext(const Document& document,
|
| m_isHTMLDocument(document.isHTMLDocument()),
|
| m_useLegacyBackgroundSizeShorthandBehavior(
|
| document.settings()
|
| - ? document.settings()->useLegacyBackgroundSizeShorthandBehavior()
|
| + ? document.settings()
|
| + ->getUseLegacyBackgroundSizeShorthandBehavior()
|
| : false),
|
| m_shouldCheckContentSecurityPolicy(DoNotCheckContentSecurityPolicy),
|
| m_useCounter(useCounter) {
|
|
|