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

Unified Diff: runtime/bin/snapshot_empty.cc

Issue 2637193002: Support spawnUri in app snapshots. (Closed)
Patch Set: Created 3 years, 11 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/bin/snapshot_empty.cc
diff --git a/runtime/bin/snapshot_empty.cc b/runtime/bin/snapshot_empty.cc
index bab921212971d02a579dc7f291d88edc9b26f162..f2eef2f8f390316c192bd27c369231383ed2a253 100644
--- a/runtime/bin/snapshot_empty.cc
+++ b/runtime/bin/snapshot_empty.cc
@@ -17,7 +17,7 @@ namespace dart {
namespace bin {
const uint8_t* vm_isolate_snapshot_buffer = NULL;
-const uint8_t* isolate_snapshot_buffer = NULL;
+const uint8_t* core_isolate_snapshot_buffer = NULL;
} // namespace bin
} // namespace dart
« runtime/bin/main.cc ('K') | « runtime/bin/main.cc ('k') | runtime/bin/snapshot_in.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698