| Index: third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp b/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
| index b7acdbdba4527e5e36f0f64c60e0fb58caa0d117..29a99abba89c37cc95023118b8fe2fbbbd29da6a 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
| @@ -34,7 +34,7 @@ protected:
|
| }
|
|
|
| OwnPtr<DummyPageHolder> pageHolder;
|
| - RefPtrWillBePersistent<Document> document;
|
| + Persistent<Document> document;
|
| };
|
|
|
| TEST_F(AnimationAnimationInputHelpersTest, ParseKeyframePropertyAttributes)
|
|
|