| 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..94635b4d74d22348cdf186ed1a261fc05380688c 100644
|
| --- a/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
| @@ -95,7 +95,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)"),
|
|
|