Index: third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp |
diff --git a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp |
index 8128617223db2275ca3f504f4cf41b27ba9ac468..8f3b82e02305ac76b374f650772ce2dadb0de20a 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp |
@@ -77,7 +77,7 @@ InterpolationValue CSSLengthInterpolationType::maybeConvertInherit( |
if (!LengthPropertyFunctions::getLength(cssProperty(), *state.parentStyle(), |
inheritedLength)) |
return nullptr; |
- conversionCheckers.append( |
+ conversionCheckers.push_back( |
InheritedLengthChecker::create(cssProperty(), inheritedLength)); |
return LengthInterpolationFunctions::maybeConvertLength( |
inheritedLength, effectiveZoom(*state.parentStyle())); |