Index: third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp |
diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp |
index 283ca61ae0a19732984d08fe38b8f100070e3887..9836062b244c91137204a3622f683d9b1e152634 100644 |
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp |
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp |
@@ -62,7 +62,7 @@ TEST_F(AnimationAnimatableValueTestHelperTest, PrintTo) |
PrintToString(AnimatableColor::create(Color(0x000000FF), Color(0xFFFF0000)))); |
EXPECT_THAT( |
- PrintToString(const_cast<AnimatableValue*>(AnimatableValue::neutralValue())), |
+ PrintToString(AnimatableValue::neutralValue().get()), |
testing::StartsWith("AnimatableNeutral@")); |
EXPECT_THAT( |