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 9f3d90a69d60863715e5e73ced939ced08185ca1..d543b0de3fc5c21aa2130d64009df40cb7f44333 100644 |
--- a/src/inspector/v8-debugger-agent-impl.h |
+++ b/src/inspector/v8-debugger-agent-impl.h |
@@ -184,7 +184,6 @@ class V8DebuggerAgentImpl : public protocol::Debugger::Backend { |
ScriptsMap m_scripts; |
BreakpointIdToDebuggerBreakpointIdsMap m_breakpointIdToDebuggerBreakpointIds; |
DebugServerBreakpointToBreakpointIdAndSourceMap m_serverBreakpoints; |
- String16 m_continueToLocationBreakpointId; |
using BreakReason = |
std::pair<String16, std::unique_ptr<protocol::DictionaryValue>>; |