| Index: runtime/vm/object_store.cc
|
| diff --git a/runtime/vm/object_store.cc b/runtime/vm/object_store.cc
|
| index c2c14d539df59cc47694d83d11108f7bdb3ab6c0..25469daa5b969fb6c5b3da8e74a12311f7fe2e1d 100644
|
| --- a/runtime/vm/object_store.cc
|
| +++ b/runtime/vm/object_store.cc
|
| @@ -87,7 +87,8 @@ ObjectStore::ObjectStore()
|
| lookup_port_handler_(Function::null()),
|
| empty_uint32_array_(TypedData::null()),
|
| handle_message_function_(Function::null()),
|
| - library_load_error_table_(Array::null()) {
|
| + library_load_error_table_(Array::null()),
|
| + compile_time_constants_(Array::null()) {
|
| for (RawObject** current = from(); current <= to(); current++) {
|
| ASSERT(*current == Object::null());
|
| }
|
|
|