Index: third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp |
diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp |
index 93cbc5d8c194959370db36dc24db916fd20b0fe2..1264045a09c5b5909405ae34d49832a42146d905 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp |
@@ -71,7 +71,7 @@ InterpolationValue CSSInterpolationType::maybeConvertSingle( |
const CSSValue* resolvedValue = |
CSSVariableResolver::resolveVariableReferences( |
environment.state(), cssProperty(), *value, omitAnimationTainted); |
- conversionCheckers.append( |
+ conversionCheckers.push_back( |
ResolvedVariableChecker::create(cssProperty(), value, resolvedValue)); |
value = resolvedValue; |
} |