Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(667)

Unified Diff: runtime/vm/object_store.h

Issue 1938653002: JIT precompilated snapshots. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/object_store.h
diff --git a/runtime/vm/object_store.h b/runtime/vm/object_store.h
index 534e51683aa5a17859d8f4c12d0a3fd06dfe29fc..a3a253dcaa21ef0ed665d1615d0525976f4132d0 100644
--- a/runtime/vm/object_store.h
+++ b/runtime/vm/object_store.h
@@ -582,6 +582,7 @@ class ObjectStore {
return to();
case Snapshot::kScript:
case Snapshot::kMessage:
+ case Snapshot::kNone:
break;
}
UNREACHABLE();

Powered by Google App Engine
This is Rietveld 408576698