Chromium Code Reviews| Index: runtime/vm/object_store.cc |
| =================================================================== |
| --- runtime/vm/object_store.cc (revision 40444) |
| +++ runtime/vm/object_store.cc (working copy) |
| @@ -73,6 +73,7 @@ |
| out_of_memory_(Instance::null()), |
| preallocated_stack_trace_(Stacktrace::null()), |
| lookup_port_handler_(Function::null()), |
| + empty_uint32_array_(TypedData::null()), |
| handle_message_function_(Function::null()), |
| library_load_error_table_(Array::null()), |
| default_tag_(UserTag::null()) { |