| 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 e5285f4cc31c43525ab6b0c47c396f1da2a4d492..4e8e336545631d344534410089666c6e45b53d1b 100644
|
| --- a/src/inspector/v8-debugger-agent-impl.h
|
| +++ b/src/inspector/v8-debugger-agent-impl.h
|
| @@ -162,8 +162,7 @@ class V8DebuggerAgentImpl : public protocol::Debugger::Backend {
|
| void setPauseOnExceptionsImpl(int);
|
|
|
| std::unique_ptr<protocol::Debugger::Location> resolveBreakpoint(
|
| - const String16& breakpointId, const String16& scriptId,
|
| - const ScriptBreakpoint&, BreakpointSource);
|
| + const String16& breakpointId, const ScriptBreakpoint&, BreakpointSource);
|
| void removeBreakpointImpl(const String16& breakpointId);
|
| void clearBreakDetails();
|
|
|
|
|