| 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 5699293aa7e0a0b411da7347ea41060f60caf947..4ccfd399dcfad54edb8e169f084aded5d7b142e2 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
|
| @@ -159,8 +159,9 @@ bool CSSPropertyParser::parseValueStart(CSSPropertyID unresolvedProperty,
|
| }
|
|
|
| if (CSSVariableParser::containsValidVariableReferences(originalRange)) {
|
| + bool isAnimationTainted = false;
|
| CSSVariableReferenceValue* variable = CSSVariableReferenceValue::create(
|
| - CSSVariableData::create(originalRange));
|
| + CSSVariableData::create(originalRange, isAnimationTainted, true));
|
|
|
| if (isShorthand) {
|
| const CSSPendingSubstitutionValue& pendingValue =
|
|
|