Chromium Code Reviews| Index: src/debug/debug-interface.h |
| diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h |
| index 21dd0f08c1802c7048276b4100b252319714e569..c36784b93311bf71c8915244ce3d4905d825f00d 100644 |
| --- a/src/debug/debug-interface.h |
| +++ b/src/debug/debug-interface.h |
| @@ -103,6 +103,7 @@ enum StepAction { |
| void PrepareStep(Isolate* isolate, StepAction action); |
| void ClearStepping(Isolate* isolate); |
| +void BreakRightNow(Isolate* isolate); |
| bool AllFramesOnStackAreBlackboxed(Isolate* isolate); |