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..591cf0f6c5d669c88949458d405a5c1d4f6eea24 100644 |
--- a/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp |
+++ b/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp |
@@ -91,7 +91,7 @@ TEST_F(AnimationAnimatableValueTestHelperTest, PrintTo) |
EXPECT_EQ( |
::std::string("AnimatableUnknown(none)"), |
- PrintToString(AnimatableUnknown::create(CSSPrimitiveValue::createIdentifier(CSSValueNone).get()))); |
+ PrintToString(AnimatableUnknown::create(CSSPrimitiveValue::createIdentifier(CSSValueNone)))); |
EXPECT_EQ( |
::std::string("AnimatableVisibility(VISIBLE)"), |