| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index a368c52bdb2f1d0cc1725961cad6cc3099b3d3b2..f86af61d3280a53770b16fd2838dd4d97c8320f3 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -72,12 +72,12 @@ DECLARE_FLAG(bool, trace_reload);
|
| DECLARE_FLAG(bool, write_protect_code);
|
| DECLARE_FLAG(bool, support_externalizable_strings);
|
|
|
| -
|
| static const char* const kGetterPrefix = "get:";
|
| static const intptr_t kGetterPrefixLength = strlen(kGetterPrefix);
|
| static const char* const kSetterPrefix = "set:";
|
| static const intptr_t kSetterPrefixLength = strlen(kSetterPrefix);
|
|
|
| +
|
| // A cache of VM heap allocated preinitialized empty ic data entry arrays.
|
| RawArray* ICData::cached_icdata_arrays_[kCachedICDataArrayCount];
|
|
|
|
|