Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / bindings / v8 / ScriptDebugServer.h
index bd3f138..bcbf2f1 100644 (file)
 
 namespace WebCore {
 
+class ScriptState;
 class ScriptController;
 class ScriptDebugListener;
 class ScriptObject;
 class ScriptSourceCode;
-class ScriptState;
 class ScriptValue;
 class JavaScriptCallFrame;
 
@@ -77,7 +77,7 @@ public:
     void stepOverStatement(const ScriptValue& frame);
     void stepOutOfFunction(const ScriptValue& frame);
 
-    bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, ScriptValue* newCallFrames, ScriptObject* result);
+    bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, ScriptValue* newCallFrames, RefPtr<JSONObject>* result);
     ScriptValue currentCallFrames();
     ScriptValue currentCallFramesForAsyncStack();