Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / bindings / tests / results / V8TestCallbackInterface.h
index 48fbc40..f6e771b 100644 (file)
@@ -40,9 +40,8 @@ public:
 private:
     V8TestCallbackInterface(v8::Handle<v8::Function>, ExecutionContext*);
 
-    v8::Isolate* m_isolate;
     ScopedPersistent<v8::Function> m_callback;
-    RefPtr<DOMWrapperWorld> m_world;
+    RefPtr<ScriptState> m_scriptState;
 };
 
 }