| Index: Source/core/animation/ColorStyleInterpolationTest.cpp
|
| diff --git a/Source/core/animation/ColorStyleInterpolationTest.cpp b/Source/core/animation/ColorStyleInterpolationTest.cpp
|
| index 2cf4a04b425ddcc9a39c6073efde1c43ffeb4947..148caee20ba1081a643f4e7872ec7d2e58343e4b 100644
|
| --- a/Source/core/animation/ColorStyleInterpolationTest.cpp
|
| +++ b/Source/core/animation/ColorStyleInterpolationTest.cpp
|
| @@ -65,7 +65,7 @@ TEST_F(AnimationColorStyleInterpolationTest, ZeroAlpha)
|
|
|
| TEST_F(AnimationColorStyleInterpolationTest, ValueIDColor)
|
| {
|
| - RefPtrWillBeRawPtr<CSSValue> value = roundTrip(CSSPrimitiveValue::createIdentifier(CSSValueID::CSSValueBlue));
|
| + RefPtrWillBeRawPtr<CSSValue> value = roundTrip(CSSPrimitiveValue::create(CSSValueID::CSSValueBlue));
|
| testPrimitiveValue(value, makeRGB(0, 0, 255));
|
| }
|
|
|
|
|