| Index: third_party/WebKit/Source/core/css/cssom/CSSUnparsedValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSUnparsedValue.cpp b/third_party/WebKit/Source/core/css/cssom/CSSUnparsedValue.cpp
|
| index b26cbe1082aa8803e0c1ae8d95f8ef4df0d63234..6114e7a46cd351449e8243f89bf0f294d3f80b8a 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSUnparsedValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSUnparsedValue.cpp
|
| @@ -115,8 +115,9 @@ CSSValue* CSSUnparsedValue::toCSSValue() const {
|
|
|
| CSSTokenizer::Scope scope(tokens.toString());
|
|
|
| + bool isAnimationTainted = false;
|
| return CSSVariableReferenceValue::create(
|
| - CSSVariableData::create(scope.tokenRange()));
|
| + CSSVariableData::create(scope.tokenRange(), isAnimationTainted, true));
|
| }
|
|
|
| } // namespace blink
|
|
|