| Index: third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h b/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h
|
| index c32cd78637d30bed6a85dd80b1d22856232d45b3..799184bc4fb2771e131da4bc1d7681a490d6ebb8 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h
|
| @@ -141,7 +141,7 @@ class CORE_EXPORT V8AbstractEventListener : public EventListener,
|
| static void wrapperCleared(
|
| const v8::WeakCallbackInfo<V8AbstractEventListener>&);
|
|
|
| - ScopedPersistent<v8::Object> m_listener;
|
| + TraceWrapperV8Reference<v8::Object> m_listener;
|
|
|
| // Indicates if this is an HTML type listener.
|
| bool m_isAttribute;
|
|
|