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 d5b174a76c8a546e0a0f2c8d901fec613bd31e29..981a97853606a600255ac329822aca7bfefda91c 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& sourceLineHint); |
void removeBreakpointImpl(const String16& breakpointId); |
void clearBreakDetails(); |