| Index: runtime/vm/object_store.cc
|
| diff --git a/runtime/vm/object_store.cc b/runtime/vm/object_store.cc
|
| index 77672c9d25b37a9e032f00b8c2e48d8db9b9ca4b..348fc9f0c3170aecba842084dcce9bca26615e17 100644
|
| --- a/runtime/vm/object_store.cc
|
| +++ b/runtime/vm/object_store.cc
|
| @@ -103,6 +103,7 @@ ObjectStore::ObjectStore()
|
| unique_dynamic_targets_(Array::null()),
|
| token_objects_(GrowableObjectArray::null()),
|
| token_objects_map_(Array::null()),
|
| + obfuscation_map_(Array::null()),
|
| megamorphic_cache_table_(GrowableObjectArray::null()),
|
| megamorphic_miss_code_(Code::null()),
|
| megamorphic_miss_function_(Function::null()) {
|
|
|