| 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..07baa628f517de2fcf1d53b3b94b5318aec1980b 100644
 | 
| --- a/src/inspector/v8-debugger-agent-impl.h
 | 
| +++ b/src/inspector/v8-debugger-agent-impl.h
 | 
| @@ -66,7 +66,7 @@ class V8DebuggerAgentImpl : public protocol::Debugger::Backend {
 | 
|        override;
 | 
|    Response getPossibleBreakpoints(
 | 
|        std::unique_ptr<protocol::Debugger::Location> start,
 | 
| -      Maybe<protocol::Debugger::Location> end,
 | 
| +      Maybe<protocol::Debugger::Location> end, Maybe<bool> restrictToFunction,
 | 
|        std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations)
 | 
|        override;
 | 
|    Response setScriptSource(
 | 
| 
 |