Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / bindings / v8 / V8AbstractEventListener.h
index 1fa7bb9..8520a9c 100644 (file)
@@ -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; }