Index: runtime/vm/thread.cc |
diff --git a/runtime/vm/thread.cc b/runtime/vm/thread.cc |
index 7e426698f24cce4022eaed64a577475ccd629a98..09ae4c0d1ea29dc5dfcc71237649dcacf7dcb9cb 100644 |
--- a/runtime/vm/thread.cc |
+++ b/runtime/vm/thread.cc |
@@ -182,6 +182,7 @@ Thread::Thread(bool init_vm_constants) |
thread_interrupt_data_(NULL), |
isolate_(NULL), |
heap_(NULL), |
+ timeline_block_(NULL), |
store_buffer_block_(NULL), |
log_(new class Log()), |
deopt_id_(0), |