Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Unified Diff: runtime/vm/message_handler.h

Issue 3010503002: Avoid to run dart code during paused_on_exit (Closed)
Patch Set: Removed unused import Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/message_handler.h
diff --git a/runtime/vm/message_handler.h b/runtime/vm/message_handler.h
index d34b05b8c3ebd31db8d1ccb29a35420aa34a8c32..7885e47ac2bf5572abb506998f12403e7ec9236c 100644
--- a/runtime/vm/message_handler.h
+++ b/runtime/vm/message_handler.h
@@ -239,6 +239,7 @@ class MessageHandler {
bool should_pause_on_exit_;
bool is_paused_on_start_;
bool is_paused_on_exit_;
+ MessageStatus paused_on_exit_status_;
int64_t paused_timestamp_;
#endif
bool delete_me_;

Powered by Google App Engine
This is Rietveld 408576698