| Index: src/debug/debug.h
|
| diff --git a/src/debug/debug.h b/src/debug/debug.h
|
| index 43338d7f0a0778def2a6da61aa006aa3db8dbd61..8ef0c60505b59f0471ca1661eb98f81d8ca751dd 100644
|
| --- a/src/debug/debug.h
|
| +++ b/src/debug/debug.h
|
| @@ -312,7 +312,8 @@ class Debug {
|
|
|
| bool PrepareFunctionForBreakPoints(Handle<SharedFunctionInfo> shared);
|
| bool GetPossibleBreakpoints(Handle<Script> script, int start_position,
|
| - int end_position, std::set<int>* positions);
|
| + int end_position, bool restrict_to_function,
|
| + std::set<int>* positions);
|
|
|
| void RecordGenerator(Handle<JSGeneratorObject> generator_object);
|
|
|
|
|