| Index: runtime/vm/object_store.cc
|
| diff --git a/runtime/vm/object_store.cc b/runtime/vm/object_store.cc
|
| index cf7555c137ac6170a3558feb8b7c4089d3229326..7e906db6b4caddcce7d68de50d3da0000b3b0210 100644
|
| --- a/runtime/vm/object_store.cc
|
| +++ b/runtime/vm/object_store.cc
|
| @@ -78,6 +78,7 @@ ObjectStore::ObjectStore()
|
| libraries_(GrowableObjectArray::null()),
|
| pending_classes_(GrowableObjectArray::null()),
|
| sticky_error_(Error::null()),
|
| + unhandled_exception_closure_(Instance::null()),
|
| empty_context_(Context::null()),
|
| stack_overflow_(Instance::null()),
|
| out_of_memory_(Instance::null()),
|
|
|