| Index: runtime/vm/snapshot_ids.h
|
| diff --git a/runtime/vm/snapshot_ids.h b/runtime/vm/snapshot_ids.h
|
| index 856887de8e9134763517cce1d51af656cf65f9a0..436b2a8d045cc040a13ca50168dc73932586c478 100644
|
| --- a/runtime/vm/snapshot_ids.h
|
| +++ b/runtime/vm/snapshot_ids.h
|
| @@ -54,6 +54,9 @@ enum {
|
| kCachedArgumentsDescriptor0,
|
| kCachedArgumentsDescriptorN = (kCachedArgumentsDescriptor0 +
|
| ArgumentsDescriptor::kCachedDescriptorCount - 1),
|
| + kCachedICDataArray0,
|
| + kCachedICDataArrayN = (kCachedICDataArray0 +
|
| + ICData::kCachedICDataArrayCount - 1),
|
|
|
| kInstanceObjectId,
|
| kStaticImplicitClosureObjectId,
|
|
|