| Index: runtime/vm/object_store.cc
|
| ===================================================================
|
| --- runtime/vm/object_store.cc (revision 35287)
|
| +++ runtime/vm/object_store.cc (working copy)
|
| @@ -74,8 +74,7 @@
|
| stack_overflow_(Instance::null()),
|
| out_of_memory_(Instance::null()),
|
| preallocated_stack_trace_(Stacktrace::null()),
|
| - receive_port_create_function_(Function::null()),
|
| - lookup_receive_port_function_(Function::null()),
|
| + lookup_port_handler_(Function::null()),
|
| handle_message_function_(Function::null()) {
|
| }
|
|
|
|
|