Index: runtime/bin/dbg_message.h |
diff --git a/runtime/bin/dbg_message.h b/runtime/bin/dbg_message.h |
index bce9106d0dae62a237d2c59d7acc6a9fe5ee5e22..a02e8c4e17c7b8e58dc5b4c6fdab985051ca303a 100644 |
--- a/runtime/bin/dbg_message.h |
+++ b/runtime/bin/dbg_message.h |
@@ -147,7 +147,7 @@ class DbgMsgQueue { |
msg = msglist_head_; |
} |
msglist_tail_ = NULL; |
- isolate_id_ = ILLEGAL_ISOLATE_ID; |
+ isolate_id_ = DART_ILLEGAL_ISOLATE_ID; |
next_ = NULL; |
} |