| Index: runtime/vm/snapshot.cc
|
| ===================================================================
|
| --- runtime/vm/snapshot.cc (revision 1948)
|
| +++ runtime/vm/snapshot.cc (working copy)
|
| @@ -286,8 +286,7 @@
|
|
|
| // Check if classes are not being serialized and it is preinitialized type.
|
| if (!serialize_classes_) {
|
| - RawParameterizedType* raw_type =
|
| - reinterpret_cast<RawParameterizedType*>(rawobj);
|
| + RawType* raw_type = reinterpret_cast<RawType*>(rawobj);
|
| index = object_store()->GetTypeIndex(raw_type);
|
| if (index != ObjectStore::kInvalidIndex) {
|
| WriteObjectHeader(kObjectId, index);
|
|
|