Index: src/inspector/v8-debugger.h |
diff --git a/src/inspector/v8-debugger.h b/src/inspector/v8-debugger.h |
index 83c1b21b02a712288c090eb9dcf6567d5c37b97b..c333a984551d797509ebc986bc031fa437551bf1 100644 |
--- a/src/inspector/v8-debugger.h |
+++ b/src/inspector/v8-debugger.h |
@@ -152,6 +152,8 @@ class V8Debugger { |
std::vector<std::unique_ptr<V8StackTraceImpl>> m_currentStacks; |
protocol::HashMap<V8DebuggerAgentImpl*, int> m_maxAsyncCallStackDepthMap; |
+ PauseOnExceptionsState m_pauseOnExceptionsState; |
+ |
DISALLOW_COPY_AND_ASSIGN(V8Debugger); |
}; |