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