| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableUnknownTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableUnknownTest.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableUnknownTest.cpp
|
| index 99c6f66940f2c1ed7bbc7539271c5dab39cb67eb..51c022308ca663ba51d9f32c8afdd03c460844b2 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableUnknownTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableUnknownTest.cpp
|
| @@ -47,9 +47,9 @@ protected:
|
| otherAnimatableUnknown = AnimatableUnknown::create(otherCSSValue);
|
| }
|
|
|
| - RefPtrWillBePersistent<CSSValue> cssValue;
|
| + Persistent<CSSValue> cssValue;
|
| RefPtr<AnimatableValue> animatableUnknown;
|
| - RefPtrWillBePersistent<CSSValue> otherCSSValue;
|
| + Persistent<CSSValue> otherCSSValue;
|
| RefPtr<AnimatableValue> otherAnimatableUnknown;
|
| };
|
|
|
|
|