Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / bindings / templates / callback_interface.h
index 6b32aaa..514436a 100644 (file)
@@ -60,6 +60,7 @@ public:
 private:
     {{v8_class}}(v8::Handle<v8::Function>, ExecutionContext*);
 
+    v8::Isolate* m_isolate;
     ScopedPersistent<v8::Function> m_callback;
     RefPtr<DOMWrapperWorld> m_world;
 };