Index: runtime/bin/snapshot_empty.cc |
diff --git a/runtime/bin/snapshot_empty.cc b/runtime/bin/snapshot_empty.cc |
index f2eef2f8f390316c192bd27c369231383ed2a253..bab921212971d02a579dc7f291d88edc9b26f162 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* core_isolate_snapshot_buffer = NULL; |
+const uint8_t* isolate_snapshot_buffer = NULL; |
} // namespace bin |
} // namespace dart |