X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fbindings%2Fv8%2FScriptDebugServer.h;h=bcbf2f1416d381ca3e5ebe4b03230a8df65d9212;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=bd3f138d1faff88408aa5d540584696b251e9d27;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/bindings/v8/ScriptDebugServer.h b/src/third_party/WebKit/Source/bindings/v8/ScriptDebugServer.h index bd3f138..bcbf2f1 100644 --- a/src/third_party/WebKit/Source/bindings/v8/ScriptDebugServer.h +++ b/src/third_party/WebKit/Source/bindings/v8/ScriptDebugServer.h @@ -45,11 +45,11 @@ 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&, ScriptValue* newCallFrames, ScriptObject* result); + bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr&, ScriptValue* newCallFrames, RefPtr* result); ScriptValue currentCallFrames(); ScriptValue currentCallFramesForAsyncStack();