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 909370ef15a56482128daf5e4b78ec528e701b6c..f6ee64f5965d2a7687afbb400aa8d2b017827894 100644 |
--- a/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp |
+++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp |
@@ -78,7 +78,7 @@ TEST_F(AnimationAnimatableValueTestHelperTest, PrintTo) |
EXPECT_EQ( |
::std::string("AnimatableUnknown(none)"), |
- PrintToString(AnimatableUnknown::create(CSSPrimitiveValue::createIdentifier(CSSValueNone)))); |
+ PrintToString(AnimatableUnknown::create(CSSIdentifierValue::create(CSSValueNone)))); |
EXPECT_EQ( |
::std::string("AnimatableVisibility(EVisibility::Visible)"), |