Index: Source/core/animation/TransformStyleInterpolation.cpp |
diff --git a/Source/core/animation/TransformStyleInterpolation.cpp b/Source/core/animation/TransformStyleInterpolation.cpp |
index 97f1f7a208b955f90fcc95f00713fa1d2000f9b9..60e954f7ba11c9aed8d651f196564204ea422aa1 100644 |
--- a/Source/core/animation/TransformStyleInterpolation.cpp |
+++ b/Source/core/animation/TransformStyleInterpolation.cpp |
@@ -109,7 +109,7 @@ PassOwnPtrWillBeRawPtr<InterpolableValue> TransformStyleInterpolation::transform |
} |
-PassRefPtrWillBeRawPtr<CSSValue> TransformStyleInterpolation::interpolableValueToTransform(InterpolableValue* value, WillBeHeapVector<CSSTransformValue::TransformOperationType> types) |
+PassRefPtrWillBeRawPtr<CSSValue> TransformStyleInterpolation::interpolableValueToTransform(InterpolableValue* value, Vector<CSSTransformValue::TransformOperationType> types) |
{ |
InterpolableList* list = toInterpolableList(value); |
if (list->length() == 0) |