Index: runtime/vm/thread.cc |
diff --git a/runtime/vm/thread.cc b/runtime/vm/thread.cc |
index d451975dcba04dbdaa105f6f8f3b757d3d85b707..715d3b8f82ed2c2aaba0112873c3582e0b8218f5 100644 |
--- a/runtime/vm/thread.cc |
+++ b/runtime/vm/thread.cc |
@@ -62,6 +62,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), |