| Index: runtime/vm/object_store.cc
|
| ===================================================================
|
| --- runtime/vm/object_store.cc (revision 16084)
|
| +++ runtime/vm/object_store.cc (working copy)
|
| @@ -80,6 +80,8 @@
|
| libraries_(GrowableObjectArray::null()),
|
| pending_classes_(GrowableObjectArray::null()),
|
| sticky_error_(Error::null()),
|
| + unhandled_exception_handler_(String::null()),
|
| + isolate_library_uri_(String::null()),
|
| empty_context_(Context::null()),
|
| stack_overflow_(Instance::null()),
|
| out_of_memory_(Instance::null()),
|
|
|