| 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 73d4e79890122a765962f40cd3ae97dbfecc455a..e59c1f415a6f5d7e62362e761534a5cc10d0a4b0 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h
|
| @@ -105,7 +105,7 @@ class CORE_EXPORT V8AbstractEventListener : public EventListener,
|
|
|
| void clearListenerObject();
|
|
|
| - bool belongsToTheCurrentWorld() const final;
|
| + bool belongsToTheCurrentWorld(ExecutionContext*) const final;
|
| v8::Isolate* isolate() const { return m_isolate; }
|
| DOMWrapperWorld& world() const { return *m_world; }
|
|
|
|
|