| Index: third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp b/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
| index c0d7a9ca1f400b64b09d46042421bbb779af7d5b..57043099884ee086f93082a9feb7575e0faee6b5 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
|
| @@ -37,7 +37,7 @@ protected:
|
| Document& document() const { return pageHolder->document(); }
|
|
|
| OwnPtr<DummyPageHolder> pageHolder;
|
| - RefPtrWillBePersistent<Element> element;
|
| + Persistent<Element> element;
|
| TrackExceptionState exceptionState;
|
| };
|
|
|
|
|