X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fbindings%2Fv8%2FV8AbstractEventListener.h;h=ecae8f13b16c0ea1acd26013a661ac6c3c8aaa1d;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=37b1542ab045e8db6858a8f064aec35466ef51d3;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/bindings/v8/V8AbstractEventListener.h b/src/third_party/WebKit/Source/bindings/v8/V8AbstractEventListener.h index 37b1542..ecae8f1 100644 --- a/src/third_party/WebKit/Source/bindings/v8/V8AbstractEventListener.h +++ b/src/third_party/WebKit/Source/bindings/v8/V8AbstractEventListener.h @@ -109,11 +109,11 @@ namespace WebCore { } virtual bool belongsToTheCurrentWorld() const OVERRIDE FINAL; - virtual DOMWrapperWorld* world() const OVERRIDE FINAL { return m_world.get(); } + DOMWrapperWorld& world() const { return *m_world; } v8::Isolate* isolate() const { return m_isolate; } protected: - V8AbstractEventListener(bool isAttribute, DOMWrapperWorld*, v8::Isolate*); + V8AbstractEventListener(bool isAttribute, DOMWrapperWorld&, v8::Isolate*); virtual void prepareListenerObject(ExecutionContext*) { }