| Index: runtime/vm/object_store.cc
|
| diff --git a/runtime/vm/object_store.cc b/runtime/vm/object_store.cc
|
| index 58ffe9645bae795cafd1799e01232ac559b91465..e819070978e9cdacd2f27a814d8772f9150a86c1 100644
|
| --- a/runtime/vm/object_store.cc
|
| +++ b/runtime/vm/object_store.cc
|
| @@ -86,6 +86,7 @@ ObjectStore::ObjectStore()
|
| out_of_memory_(Instance::null()),
|
| keyword_symbols_(Array::null()),
|
| receive_port_create_function_(Function::null()),
|
| + lookup_receive_port_function_(Function::null()),
|
| handle_message_function_(Function::null()) {
|
| }
|
|
|
|
|