Index: src/inspector/v8-debugger-agent-impl.h |
diff --git a/src/inspector/v8-debugger-agent-impl.h b/src/inspector/v8-debugger-agent-impl.h |
index 9cb2add53e6b5a7b1e529d53d82600260a3d0816..eddabc94a72e8bbf68a15ca8154857e2de378c1d 100644 |
--- a/src/inspector/v8-debugger-agent-impl.h |
+++ b/src/inspector/v8-debugger-agent-impl.h |
@@ -200,7 +200,6 @@ class V8DebuggerAgentImpl : public protocol::Debugger::Backend { |
std::unique_ptr<protocol::DictionaryValue> breakAuxData); |
void popBreakDetails(); |
- bool m_javaScriptPauseScheduled; |
bool m_skipAllPauses = false; |
std::unique_ptr<V8Regex> m_blackboxPattern; |