Chromium Code Reviews| Index: runtime/vm/debugger.h |
| diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h |
| index d9acb88fab5ed751561fafe0918357893a8a2192..0e1b2ed0ac06176bebf5d8da9176f16d01a0b61e 100644 |
| --- a/runtime/vm/debugger.h |
| +++ b/runtime/vm/debugger.h |
| @@ -669,9 +669,6 @@ class Debugger { |
| intptr_t nextId() { return next_id_++; } |
| - bool ShouldPauseOnAsyncException(DebuggerStackTrace* stack_trace, |
| - const Instance& exc); |
| - |
| bool ShouldPauseOnException(DebuggerStackTrace* stack_trace, |
| const Instance& exc); |