| Index: Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp b/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| index ec1a3a3caa3f376b613eecb5c8e86afa150b5521..84f22ee22921c162aca2a5e041a1002b0a6a0443 100644
|
| --- a/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| @@ -49,9 +49,9 @@ namespace {
|
|
|
| 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);
|
| }
|
| };
|
|
|
|
|