Index: Source/WebCore/bindings/js/ScriptDebugServer.h |
=================================================================== |
--- Source/WebCore/bindings/js/ScriptDebugServer.h (revision 107228) |
+++ Source/WebCore/bindings/js/ScriptDebugServer.h (working copy) |
@@ -90,6 +90,8 @@ |
void recompileAllJSFunctionsSoon(); |
virtual void recompileAllJSFunctions(Timer<ScriptDebugServer>* = 0) = 0; |
+ bool isPaused() { return m_paused; } |
+ |
protected: |
typedef HashSet<ScriptDebugListener*> ListenerSet; |
typedef void (ScriptDebugServer::*JavaScriptExecutionCallback)(ScriptDebugListener*); |