Index: runtime/vm/object_store.h |
diff --git a/runtime/vm/object_store.h b/runtime/vm/object_store.h |
index f3aabe635a40eb16e5999ebc5348a5f27b18a3c6..ab0a38485cd8327fa0a5882399cbe47ef04596d6 100644 |
--- a/runtime/vm/object_store.h |
+++ b/runtime/vm/object_store.h |
@@ -560,8 +560,8 @@ class ObjectStore { |
switch (kind) { |
case Snapshot::kCore: |
return reinterpret_cast<RawObject**>(&library_load_error_table_); |
- case Snapshot::kAppWithJIT: |
- case Snapshot::kAppNoJIT: |
+ case Snapshot::kAppJIT: |
+ case Snapshot::kAppAOT: |
return to(); |
case Snapshot::kScript: |
case Snapshot::kMessage: |