| Index: runtime/vm/thread.cc
|
| diff --git a/runtime/vm/thread.cc b/runtime/vm/thread.cc
|
| index 260f59088ae169ec397713235d46287c90f0e43b..dd9ba1174c9d22f41b351a17da0f18093dc79f67 100644
|
| --- a/runtime/vm/thread.cc
|
| +++ b/runtime/vm/thread.cc
|
| @@ -102,7 +102,10 @@ void Thread::CleanUp() {
|
|
|
| Thread::Thread(bool init_vm_constants)
|
| : id_(OSThread::GetCurrentThreadId()),
|
| + thread_interrupt_callback_(NULL),
|
| + thread_interrupt_data_(NULL),
|
| isolate_(NULL),
|
| + heap_(NULL),
|
| store_buffer_block_(NULL) {
|
| ClearState();
|
| #define DEFAULT_INIT(type_name, member_name, init_expr, default_init_value) \
|
|
|