Chromium Code Reviews| Index: runtime/vm/snapshot.cc |
| diff --git a/runtime/vm/snapshot.cc b/runtime/vm/snapshot.cc |
| index 8e6c28e9ec26070709249591ec262d881ab7ecaa..a57296f25d3d99d43f16abcf771f865ee65bad33 100644 |
| --- a/runtime/vm/snapshot.cc |
| +++ b/runtime/vm/snapshot.cc |
| @@ -1622,6 +1622,7 @@ uword SnapshotWriter::GetObjectTags(RawObject* raw) { |
| #define VM_OBJECT_CLASS_LIST(V) \ |
| V(OneByteString) \ |
| + V(TwoByteString) \ |
| V(Mint) \ |
| V(Bigint) \ |
| V(Double) \ |