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