Index: Source/WebCore/bindings/v8/ScriptDebugServer.h |
=================================================================== |
--- Source/WebCore/bindings/v8/ScriptDebugServer.h (revision 107228) |
+++ Source/WebCore/bindings/v8/ScriptDebugServer.h (working copy) |
@@ -92,6 +92,8 @@ |
static void interruptAndRun(PassOwnPtr<Task>); |
void runPendingTasks(); |
+ bool isPaused(); |
+ |
protected: |
ScriptDebugServer(); |
~ScriptDebugServer() { } |
@@ -112,8 +114,6 @@ |
void ensureDebuggerScriptCompiled(); |
- bool isPaused(); |
- |
PauseOnExceptionsState m_pauseOnExceptionsState; |
OwnHandle<v8::Object> m_debuggerScript; |
OwnHandle<v8::Object> m_executionState; |