Index: runtime/vm/snapshot.cc |
=================================================================== |
--- runtime/vm/snapshot.cc (revision 19094) |
+++ runtime/vm/snapshot.cc (working copy) |
@@ -631,6 +631,11 @@ |
} |
+RawStacktrace* SnapshotReader::NewStacktrace() { |
+ ALLOC_NEW_OBJECT(Stacktrace, object_store()->stacktrace_class()); |
+} |
+ |
+ |
RawClass* SnapshotReader::LookupInternalClass(intptr_t class_header) { |
// If the header is an object Id, lookup singleton VM classes or classes |
// stored in the object store. |