Chromium Code Reviews| Index: runtime/vm/object_store.cc |
| =================================================================== |
| --- runtime/vm/object_store.cc (revision 40496) |
| +++ runtime/vm/object_store.cc (working copy) |
| @@ -75,8 +75,7 @@ |
| 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()) { |
| + library_load_error_table_(Array::null()) { |
| } |