| Index: Source/bindings/v8/V8AbstractEventListener.h
|
| diff --git a/Source/bindings/v8/V8AbstractEventListener.h b/Source/bindings/v8/V8AbstractEventListener.h
|
| index 1fa7bb969fa04e0318c10e759b6fda85789b9f30..8520a9c7bd80a41fd0798d930b9405a7a0021df0 100644
|
| --- a/Source/bindings/v8/V8AbstractEventListener.h
|
| +++ b/Source/bindings/v8/V8AbstractEventListener.h
|
| @@ -109,6 +109,7 @@ namespace WebCore {
|
| m_listener.clear();
|
| }
|
|
|
| + virtual bool belongsToTheCurrentWorld() const OVERRIDE FINAL;
|
| virtual DOMWrapperWorld* world() const OVERRIDE FINAL { return m_world.get(); }
|
| v8::Isolate* isolate() const { return m_isolate; }
|
|
|
|
|