Index: Source/bindings/dart/DartScriptDebugServer.h |
diff --git a/Source/bindings/dart/DartScriptDebugServer.h b/Source/bindings/dart/DartScriptDebugServer.h |
index f94e1ac8305f992aa1b381e6ae6c6a36f99343c9..b3ae9074d87ad3787ccae1b9bd6dcc19b02178a3 100644 |
--- a/Source/bindings/dart/DartScriptDebugServer.h |
+++ b/Source/bindings/dart/DartScriptDebugServer.h |
@@ -249,6 +249,7 @@ protected: |
bool m_breakpointsActivated; |
bool m_runningNestedMessageLoop; |
Dart_StackTrace m_executionState; |
+ bool m_isPaused; |
Dart_Isolate m_pausedIsolate; |
Page* m_pausedPage; |
HashSet<Dart_Isolate> m_interruptCalled; |