| 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 e028dfd4b383489d8e126274327e708f80e3a5e1..892c4c4528122a5f335b5ab0ebf4c2da7fea0dae 100644 | 
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp | 
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserMode.cpp | 
| @@ -61,7 +61,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) { | 
|  |