Index: runtime/vm/snapshot.cc |
=================================================================== |
--- runtime/vm/snapshot.cc (revision 19513) |
+++ runtime/vm/snapshot.cc (working copy) |
@@ -522,6 +522,11 @@ |
} |
+RawBoundedType* SnapshotReader::NewBoundedType() { |
+ ALLOC_NEW_OBJECT(BoundedType, object_store()->bounded_type_class()); |
+} |
+ |
+ |
RawPatchClass* SnapshotReader::NewPatchClass() { |
ALLOC_NEW_OBJECT(PatchClass, Object::patch_class_class()); |
} |