| Index: runtime/vm/snapshot_ids.h
|
| diff --git a/runtime/vm/snapshot_ids.h b/runtime/vm/snapshot_ids.h
|
| index 26ad76951744f1093b43f9493f417c3a42bf79b9..1e01b285d671849a739505d118bd4bcf306f43a4 100644
|
| --- a/runtime/vm/snapshot_ids.h
|
| +++ b/runtime/vm/snapshot_ids.h
|
| @@ -53,10 +53,11 @@ enum {
|
| kEmptyExceptionHandlers,
|
| kCachedArgumentsDescriptor0,
|
| kCachedArgumentsDescriptorN = (kCachedArgumentsDescriptor0 +
|
| - ArgumentsDescriptor::kCachedDescriptorCount - 1),
|
| + ArgumentsDescriptor::kCachedDescriptorCount -
|
| + 1),
|
| kCachedICDataArray0,
|
| - kCachedICDataArrayN = (kCachedICDataArray0 +
|
| - ICData::kCachedICDataArrayCount - 1),
|
| + kCachedICDataArrayN =
|
| + (kCachedICDataArray0 + ICData::kCachedICDataArrayCount - 1),
|
|
|
| kInstanceObjectId,
|
| kStaticImplicitClosureObjectId,
|
|
|