| Index: Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp b/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| index a82264aaf3bb4db93ac7bc1f03829956c246e3e9..15b6d969bf2766f26263995fc88a7478a46966e9 100644
|
| --- a/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| @@ -45,9 +45,9 @@ namespace blink {
|
|
|
| class AnimationAnimatableValueTestHelperTest : public ::testing::Test {
|
| protected:
|
| - ::std::string PrintToString(PassRefPtrWillBeRawPtr<AnimatableValue> animValue)
|
| + ::std::string PrintToString(AnimatableValue* animValue)
|
| {
|
| - return ::testing::PrintToString(*animValue.get());
|
| + return ::testing::PrintToString(*animValue);
|
| }
|
| };
|
|
|
|
|