X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fbindings%2Ftemplates%2Fcallback_interface.h;h=514436ad45e2fe7c5dd5a389486e49310f99f0d3;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=6b32aaacd75067a89513d479836fc2ff55816287;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/bindings/templates/callback_interface.h b/src/third_party/WebKit/Source/bindings/templates/callback_interface.h index 6b32aaa..514436a 100644 --- a/src/third_party/WebKit/Source/bindings/templates/callback_interface.h +++ b/src/third_party/WebKit/Source/bindings/templates/callback_interface.h @@ -60,6 +60,7 @@ public: private: {{v8_class}}(v8::Handle, ExecutionContext*); + v8::Isolate* m_isolate; ScopedPersistent m_callback; RefPtr m_world; };