| Index: runtime/vm/object_store.cc
|
| diff --git a/runtime/vm/object_store.cc b/runtime/vm/object_store.cc
|
| index 77672c9d25b37a9e032f00b8c2e48d8db9b9ca4b..0135f63967e7243339d921de62c8adb5fde7318b 100644
|
| --- a/runtime/vm/object_store.cc
|
| +++ b/runtime/vm/object_store.cc
|
| @@ -105,7 +105,8 @@ ObjectStore::ObjectStore()
|
| token_objects_map_(Array::null()),
|
| megamorphic_cache_table_(GrowableObjectArray::null()),
|
| megamorphic_miss_code_(Code::null()),
|
| - megamorphic_miss_function_(Function::null()) {
|
| + megamorphic_miss_function_(Function::null()),
|
| + obfuscation_map_(Array::null()) {
|
| for (RawObject** current = from(); current <= to(); current++) {
|
| ASSERT(*current == Object::null());
|
| }
|
|
|