Chromium Code Reviews| Index: runtime/vm/object_store.cc |
| =================================================================== |
| --- runtime/vm/object_store.cc (revision 16317) |
| +++ runtime/vm/object_store.cc (working copy) |
| @@ -84,7 +84,9 @@ |
| empty_context_(Context::null()), |
| stack_overflow_(Instance::null()), |
| out_of_memory_(Instance::null()), |
| - keyword_symbols_(Array::null()) { |
| + keyword_symbols_(Array::null()), |
| + receive_port_create_function_(Function::null()), |
| + handle_message_function_(Function::null()) { |
| } |