| Index: Source/core/animation/AnimatableUnknownTest.cpp
|
| diff --git a/Source/core/animation/AnimatableUnknownTest.cpp b/Source/core/animation/AnimatableUnknownTest.cpp
|
| index 2785dfe049751466b705cc487a426335ee2016de..d9b315cc1411a829c81b5032e979b2acc9584087 100644
|
| --- a/Source/core/animation/AnimatableUnknownTest.cpp
|
| +++ b/Source/core/animation/AnimatableUnknownTest.cpp
|
| @@ -52,10 +52,9 @@ protected:
|
| }
|
|
|
| RefPtrWillBePersistent<CSSValue> cssValue;
|
| - RefPtr<AnimatableValue> animatableUnknown;
|
| -
|
| + RefPtrWillBePersistent<AnimatableValue> animatableUnknown;
|
| RefPtrWillBePersistent<CSSValue> otherCSSValue;
|
| - RefPtr<AnimatableValue> otherAnimatableUnknown;
|
| + RefPtrWillBePersistent<AnimatableValue> otherAnimatableUnknown;
|
| };
|
|
|
| TEST_F(AnimationAnimatableUnknownTest, Create)
|
|
|