Index: runtime/bin/snapshot_empty.cc |
diff --git a/runtime/bin/snapshot_empty.cc b/runtime/bin/snapshot_empty.cc |
index f2eef2f8f390316c192bd27c369231383ed2a253..6508bd92d837f2ab138a1e2e972984b9dd9bd3fb 100644 |
--- a/runtime/bin/snapshot_empty.cc |
+++ b/runtime/bin/snapshot_empty.cc |
@@ -16,8 +16,10 @@ typedef unsigned __int8 uint8_t; |
namespace dart { |
namespace bin { |
-const uint8_t* vm_isolate_snapshot_buffer = NULL; |
-const uint8_t* core_isolate_snapshot_buffer = NULL; |
+const uint8_t* vm_snapshot_data = NULL; |
+const uint8_t* vm_snapshot_instructions = NULL; |
+const uint8_t* core_isolate_snapshot_data = NULL; |
+const uint8_t* core_isolate_snapshot_instructions = NULL; |
} // namespace bin |
} // namespace dart |