| Index: runtime/vm/snapshot_ids.h
|
| ===================================================================
|
| --- runtime/vm/snapshot_ids.h (revision 44266)
|
| +++ runtime/vm/snapshot_ids.h (working copy)
|
| @@ -22,7 +22,7 @@
|
| // Object id has been optimized away; reader should use next available id.
|
| kOmittedObjectId,
|
|
|
| - kClassIdsOffset = kDoubleObject,
|
| + kClassIdsOffset = kOmittedObjectId,
|
|
|
| // The class ids of predefined classes are included in this list
|
| // at an offset of kClassIdsOffset.
|
| @@ -42,6 +42,7 @@
|
| kArrayType,
|
|
|
| kInstanceObjectId,
|
| + kStaticImplicitClosureObjectId,
|
| kMaxPredefinedObjectIds,
|
| kInvalidIndex = -1,
|
| };
|
|
|