Chromium Code Reviews| Index: runtime/vm/isolate.h |
| diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h |
| index 8e84d008141b3ee5e2aa588e0ef0a633799f6c10..56cf82e2f2cd860b890662883260bc9638ddec2c 100644 |
| --- a/runtime/vm/isolate.h |
| +++ b/runtime/vm/isolate.h |
| @@ -718,6 +718,7 @@ class Isolate : public BaseIsolate { |
| RawCode* ic_miss_code_; |
| ClassTable class_table_; |
| bool single_step_; |
| + bool skip_step_; // skip the next single step. |
| ThreadRegistry* thread_registry_; |
| Dart_MessageNotifyCallback message_notify_callback_; |