Chromium Code Reviews| 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; |
|
siva
2017/01/13 18:11:13
const uint8* const core_isolate_snapshot_buffer =
|
| } // namespace bin |
| } // namespace dart |