Index: third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp |
diff --git a/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp |
index 2f43369f324c09508f6ce6b67b76354409b86e90..5b374f6dbc79f387676442f2822759f559bb67f7 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp |
@@ -65,7 +65,7 @@ InterpolationValue CSSNumberInterpolationType::maybeConvertInherit( |
if (!NumberPropertyFunctions::getNumber(cssProperty(), *state.parentStyle(), |
inheritedNumber)) |
return nullptr; |
- conversionCheckers.append( |
+ conversionCheckers.push_back( |
InheritedNumberChecker::create(cssProperty(), inheritedNumber)); |
return createNumberValue(inheritedNumber); |
} |