| Index: third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp b/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp
|
| index e548b3b12f20b14d025032d81e5082f1be7b45c6..7352193f5554ac5cdcc12c9335b82fd74aac97e4 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp
|
| @@ -256,7 +256,7 @@ const CSSValue* CSSVariableResolver::resolvePendingSubstitutions(
|
| if (resolver.resolveTokenRange(
|
| shorthandValue->variableDataValue()->tokens(),
|
| disallowAnimationTainted, tokens, isAnimationTainted)) {
|
| - CSSParserContext context(HTMLStandardMode, 0);
|
| + CSSParserContext* context = CSSParserContext::create(HTMLStandardMode);
|
|
|
| HeapVector<CSSProperty, 256> parsedProperties;
|
|
|
|
|