Chromium Code Reviews| Index: src/debug/debug-interface.h |
| diff --git a/src/debug/debug-interface.h b/src/debug/debug-interface.h |
| index fcf119e3ad3fbb8e5363a738f0a74cdde4ffa226..808cb809ec3f6c4258bbd87d74233016170e698e 100644 |
| --- a/src/debug/debug-interface.h |
| +++ b/src/debug/debug-interface.h |
| @@ -91,6 +91,7 @@ enum StepAction { |
| }; |
| void PrepareStep(Isolate* isolate, StepAction action); |
| +void ClearStepping(Isolate* isolate); |
| bool HasNonBlackboxedFrameOnStack(Isolate* isolate); |