diff --git a/src/inspector/v8-debugger-agent-impl.cc b/src/inspector/v8-debugger-agent-impl.cc index 31fc7a64fa..840f9c66d8 100644 --- a/src/inspector/v8-debugger-agent-impl.cc +++ b/src/inspector/v8-debugger-agent-impl.cc @@ -1840,7 +1840,6 @@ void V8DebuggerAgentImpl::reset() { m_scripts.clear(); m_cachedScriptIds.clear(); m_cachedScriptSize = 0; - m_breakpointIdToDebuggerBreakpointIds.clear(); } void V8DebuggerAgentImpl::ScriptCollected(const V8DebuggerScript* script) {