Index: Source/core/animation/AnimatableValueTestHelper.cpp |
diff --git a/Source/core/animation/AnimatableValueTestHelper.cpp b/Source/core/animation/AnimatableValueTestHelper.cpp |
index d43a914fffbc52778fb7cdf4d1e9f565096a663e..496635822cb751a0a0767d2246ac27927312e4b4 100644 |
--- a/Source/core/animation/AnimatableValueTestHelper.cpp |
+++ b/Source/core/animation/AnimatableValueTestHelper.cpp |
@@ -60,7 +60,7 @@ void PrintTo(const AnimatableDouble& animDouble, ::std::ostream* os) |
void PrintTo(const AnimatableImage& animImage, ::std::ostream* os) |
{ |
- PrintTo(*(animImage.toCSSValue().get()), os, "AnimatableImage"); |
+ PrintTo(*(animImage.toCSSValue()), os, "AnimatableImage"); |
} |
void PrintTo(const AnimatableLength& animLength, ::std::ostream* os) |