Index: runtime/vm/thread.cc |
diff --git a/runtime/vm/thread.cc b/runtime/vm/thread.cc |
index 84ce5ad0d8c84477f561db7dd6ecfd0ca41c8403..316b4ec99547e3827bc28aba1d9891bc2fa3bda3 100644 |
--- a/runtime/vm/thread.cc |
+++ b/runtime/vm/thread.cc |
@@ -65,6 +65,8 @@ Thread::Thread(Isolate* isolate) |
stack_overflow_flags_(0), |
isolate_(NULL), |
heap_(NULL), |
+ top_(0), |
+ end_(0), |
top_exit_frame_info_(0), |
store_buffer_block_(NULL), |
vm_tag_(0), |