Index: Source/core/animation/animatable/AnimatableValueTestHelper.cpp |
diff --git a/Source/core/animation/animatable/AnimatableValueTestHelper.cpp b/Source/core/animation/animatable/AnimatableValueTestHelper.cpp |
index d58362ba09d345cea38fb5d34906a626d8bb57c9..5b02a045c3d8f9f2e1bc9c0b7d0fe4492121ea12 100644 |
--- a/Source/core/animation/animatable/AnimatableValueTestHelper.cpp |
+++ b/Source/core/animation/animatable/AnimatableValueTestHelper.cpp |
@@ -88,7 +88,7 @@ void PrintTo(const AnimatableShapeValue& animValue, ::std::ostream* os) |
void PrintTo(const AnimatableStrokeDasharrayList& animValue, ::std::ostream* os) |
{ |
*os << "AnimatableStrokeDasharrayList("; |
- RefPtr<SVGLengthList> list = animValue.toSVGLengthList(); |
+ RefPtrWillBeRawPtr<SVGLengthList> list = animValue.toSVGLengthList(); |
size_t length = list->length(); |
for (size_t i = 0; i < length; ++i) { |
*os << list->at(i)->valueAsString().utf8().data(); |