X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Source%2FWebCore%2Fbindings%2Fv8%2FScriptDebugServer.h;h=c3920ec54d973c3ddae05597a7674dadca423430;hb=b96e33af77ac7d81a666d5aa202235b793aeeb21;hp=fa1e5848c2a90b9ba4608fbcf963927588db2b2e;hpb=2632619e54bc9f41ccea7c574710fe213e49212d;p=framework%2Fweb%2Fwebkit-efl.git diff --git a/Source/WebCore/bindings/v8/ScriptDebugServer.h b/Source/WebCore/bindings/v8/ScriptDebugServer.h index fa1e584..c3920ec 100755 --- a/Source/WebCore/bindings/v8/ScriptDebugServer.h +++ b/Source/WebCore/bindings/v8/ScriptDebugServer.h @@ -41,6 +41,7 @@ #include #include #include +#include #include namespace WebCore { @@ -74,6 +75,7 @@ public: void stepOverStatement(); void stepOutOfFunction(); + bool canSetScriptSource(); bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, ScriptValue* newCallFrames, ScriptObject* result); void recompileAllJSFunctionsSoon() { }