tizen beta release
[framework/web/webkit-efl.git] / Source / WebCore / bindings / v8 / ScriptDebugServer.h
index fa1e584..c3920ec 100755 (executable)
@@ -41,6 +41,7 @@
 #include <wtf/HashMap.h>
 #include <wtf/Noncopyable.h>
 #include <wtf/PassOwnPtr.h>
+#include <wtf/Vector.h>
 #include <wtf/text/StringHash.h>
 
 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() { }