Index: runtime/vm/object_store.cc |
=================================================================== |
--- runtime/vm/object_store.cc (revision 38636) |
+++ runtime/vm/object_store.cc (working copy) |
@@ -110,6 +110,7 @@ |
ASSERT(this->pending_functions() == GrowableObjectArray::null()); |
this->pending_functions_ = GrowableObjectArray::New(); |
+ this->pending_deferred_loads_ = GrowableObjectArray::New(); |
this->resume_capabilities_ = GrowableObjectArray::New(); |