| Index: third_party/WebKit/Source/core/animation/EffectInputTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/EffectInputTest.cpp b/third_party/WebKit/Source/core/animation/EffectInputTest.cpp
|
| index baf6077f17609cabc1a6636713078a83a3752d05..1a41306d5f2088f2eac238648a190ad122515b45 100644
|
| --- a/third_party/WebKit/Source/core/animation/EffectInputTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/EffectInputTest.cpp
|
| @@ -29,7 +29,7 @@ protected:
|
| }
|
|
|
| OwnPtr<DummyPageHolder> pageHolder;
|
| - RefPtrWillBePersistent<Element> element;
|
| + Persistent<Element> element;
|
| TrackExceptionState exceptionState;
|
| v8::Isolate* m_isolate;
|
|
|
|
|