Index: runtime/vm/snapshot_ids.h |
=================================================================== |
--- runtime/vm/snapshot_ids.h (revision 34679) |
+++ runtime/vm/snapshot_ids.h (working copy) |
@@ -17,8 +17,11 @@ |
kZeroArrayObject, |
kTrueValue, |
kFalseValue, |
- kClassIdsOffset = kFalseValue, |
+ // Marker for special encoding of double objects in message snapshots. |
+ kDoubleObject, |
+ kClassIdsOffset = kDoubleObject, |
+ |
// The class ids of predefined classes are included in this list |
// at an offset of kClassIdsOffset. |