| Index: src/inspector/v8-debugger-script.h
|
| diff --git a/src/inspector/v8-debugger-script.h b/src/inspector/v8-debugger-script.h
|
| index 9250c9d87291a3dbe3771b43ff21d7991d409931..bb869899f25120d13a8d5351348740a0ed825701 100644
|
| --- a/src/inspector/v8-debugger-script.h
|
| +++ b/src/inspector/v8-debugger-script.h
|
| @@ -77,6 +77,7 @@ class V8DebuggerScript {
|
|
|
| virtual bool getPossibleBreakpoints(
|
| const v8::debug::Location& start, const v8::debug::Location& end,
|
| + bool ignoreNestedFunctions,
|
| std::vector<v8::debug::Location>* locations) = 0;
|
| virtual void resetBlackboxedStateCache() = 0;
|
|
|
|
|