Index: third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.cpp |
diff --git a/third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.cpp |
index cbb4d165c84ebc9ed7ff3c4ef35374a8659e581b..2646025aa0dcd1ad7a4a3fc16cec645bf84a5d88 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.cpp |
@@ -149,7 +149,7 @@ InterpolationValue CSSRotateInterpolationType::maybeConvertInherit( |
const StyleResolverState& state, |
ConversionCheckers& conversionCheckers) const { |
Rotation inheritedRotation = getRotation(*state.parentStyle()); |
- conversionCheckers.append( |
+ conversionCheckers.push_back( |
InheritedRotationChecker::create(inheritedRotation)); |
return convertRotation(inheritedRotation); |
} |