| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| index 370f3736702633e23c4f0a9cc9e37108924fc302..fbe6ecaf1e6a5742498cd1514c7cf826361c66cf 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -172,7 +172,8 @@ bool CSSPropertyParser::ParseValueStart(CSSPropertyID unresolved_property,
|
| if (CSSVariableParser::ContainsValidVariableReferences(original_range)) {
|
| bool is_animation_tainted = false;
|
| CSSVariableReferenceValue* variable = CSSVariableReferenceValue::Create(
|
| - CSSVariableData::Create(original_range, is_animation_tainted, true));
|
| + CSSVariableData::Create(original_range, is_animation_tainted, true),
|
| + *context_);
|
|
|
| if (is_shorthand) {
|
| const CSSPendingSubstitutionValue& pending_value =
|
|
|