| Index: src/debug/debug.h
|
| diff --git a/src/debug/debug.h b/src/debug/debug.h
|
| index 44ea4fcd0a7731a07110c1c0c04ba12d8a09bcf1..e1c81bfb71b11d91002c415eb456d8606ca39be3 100644
|
| --- a/src/debug/debug.h
|
| +++ b/src/debug/debug.h
|
| @@ -371,7 +371,8 @@ class Debug {
|
| MUST_USE_RESULT MaybeHandle<Object> Call(Handle<JSFunction> fun,
|
| Handle<Object> data);
|
| Handle<Context> GetDebugContext();
|
| - void HandleDebugBreak();
|
| + void HandleDebugBreak(
|
| + BreakInNonDebuggableFlag flag = DontBreakInNonDebuggable);
|
| void ProcessDebugMessages(bool debug_command_only);
|
|
|
| // Internal logic
|
|
|