Index: Source/core/animation/animatable/AnimatableUnknownTest.cpp |
diff --git a/Source/core/animation/animatable/AnimatableUnknownTest.cpp b/Source/core/animation/animatable/AnimatableUnknownTest.cpp |
index d4c2c0f0b0ebdbfbe42e47443d9ca0ec86502fbb..390625d96302287d1af024fefd46580963a7295b 100644 |
--- a/Source/core/animation/animatable/AnimatableUnknownTest.cpp |
+++ b/Source/core/animation/animatable/AnimatableUnknownTest.cpp |
@@ -49,9 +49,9 @@ protected: |
} |
RefPtrWillBePersistent<CSSValue> cssValue; |
- RefPtrWillBePersistent<AnimatableValue> animatableUnknown; |
+ RefPtr<AnimatableValue> animatableUnknown; |
RefPtrWillBePersistent<CSSValue> otherCSSValue; |
- RefPtrWillBePersistent<AnimatableValue> otherAnimatableUnknown; |
+ RefPtr<AnimatableValue> otherAnimatableUnknown; |
}; |
TEST_F(AnimationAnimatableUnknownTest, Create) |