Index: src/inspector/v8-debugger.h |
diff --git a/src/inspector/v8-debugger.h b/src/inspector/v8-debugger.h |
index 5859c1d5abbe4fceee179977d8becdd95b80219e..906185916e2b7a71e9aaca63d0713cd365e13dac 100644 |
--- a/src/inspector/v8-debugger.h |
+++ b/src/inspector/v8-debugger.h |
@@ -65,7 +65,7 @@ class V8Debugger : public v8::debug::DebugDelegate { |
void enable(); |
void disable(); |
- bool isPaused(); |
+ bool isPaused() const { return m_runningNestedMessageLoop; } |
v8::Local<v8::Context> pausedContext() { return m_pausedContext; } |
int maxAsyncCallChainDepth() { return m_maxAsyncCallStackDepth; } |