Index: Source/core/animation/AnimatableNeutralTest.cpp |
diff --git a/Source/core/animation/AnimatableNeutralTest.cpp b/Source/core/animation/AnimatableNeutralTest.cpp |
index 2bdf4bc28427f81a3754ec97813f3694c243906d..dbf685ab8fd4dc9d4c614c318db132d5050be8fd 100644 |
--- a/Source/core/animation/AnimatableNeutralTest.cpp |
+++ b/Source/core/animation/AnimatableNeutralTest.cpp |
@@ -47,7 +47,7 @@ |
TEST(AnimationAnimatableNeutralTest, Add) |
{ |
- RefPtrWillBeRawPtr<CSSValue> cssValue = CSSArrayFunctionValue::create(); |
+ RefPtr<CSSValue> cssValue = CSSArrayFunctionValue::create(); |
RefPtr<AnimatableValue> animatableUnknown = AnimatableUnknown::create(cssValue); |
EXPECT_EQ(cssValue, toAnimatableUnknown(AnimatableValue::add(animatableUnknown.get(), AnimatableValue::neutralValue()).get())->toCSSValue()); |