| 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 d0762c0009d8842aad995403d0df6b22f243aee0..47e313f2c0d41f95407cc12771120f8b70f55c15 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;
|
|
|
|
|