| Index: Source/bindings/v8/ScriptDebugServer.h
|
| diff --git a/Source/bindings/v8/ScriptDebugServer.h b/Source/bindings/v8/ScriptDebugServer.h
|
| index bd3e1a097e4be9b4fdb355fbbdaa9bf5db438a28..3d0e07a954f51c8e548958117adb297e544bebbb 100644
|
| --- a/Source/bindings/v8/ScriptDebugServer.h
|
| +++ b/Source/bindings/v8/ScriptDebugServer.h
|
| @@ -31,7 +31,6 @@
|
| #ifndef ScriptDebugServer_h
|
| #define ScriptDebugServer_h
|
|
|
| -
|
| #include "InspectorBackendDispatcher.h"
|
| #include "bindings/v8/ScopedPersistent.h"
|
| #include "core/inspector/ScriptBreakpoint.h"
|
| @@ -79,7 +78,7 @@ public:
|
| 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);
|
| - void updateCallStack(ScriptValue* callFrame);
|
| + ScriptValue currentCallFrames();
|
|
|
| class Task {
|
| public:
|
| @@ -109,8 +108,6 @@ protected:
|
| explicit ScriptDebugServer(v8::Isolate*);
|
| virtual ~ScriptDebugServer();
|
|
|
| - ScriptValue currentCallFrame();
|
| -
|
| virtual ScriptDebugListener* getDebugListenerForContext(v8::Handle<v8::Context>) = 0;
|
| virtual void runMessageLoopOnPause(v8::Handle<v8::Context>) = 0;
|
| virtual void quitMessageLoopOnPause() = 0;
|
|
|