Chromium Code Reviews| Index: runtime/vm/debugger.h |
| diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h |
| index 74431852a688d6b7061edce320cfcec6943dfce1..3b9dbe35c9f75178701585efe4b998b3e1dfdda4 100644 |
| --- a/runtime/vm/debugger.h |
| +++ b/runtime/vm/debugger.h |
| @@ -490,6 +490,7 @@ class Debugger { |
| Breakpoint* GetBreakpointById(intptr_t id); |
| void MaybeAsyncStepInto(const Closure& async_op); |
| + void AsyncStepInto(const Closure& async_op); |
| void Continue(); |