| Index: runtime/bin/snapshot_empty.cc
|
| diff --git a/runtime/bin/snapshot_empty.cc b/runtime/bin/snapshot_empty.cc
|
| index 2f122986e48c193da8d7c3339f0b51dca46f6780..bab921212971d02a579dc7f291d88edc9b26f162 100644
|
| --- a/runtime/bin/snapshot_empty.cc
|
| +++ b/runtime/bin/snapshot_empty.cc
|
| @@ -16,8 +16,8 @@ typedef unsigned __int8 uint8_t;
|
| namespace dart {
|
| namespace bin {
|
|
|
| -extern const uint8_t* vm_isolate_snapshot_buffer = NULL;
|
| -extern const uint8_t* const core_isolate_snapshot_buffer = NULL;
|
| +const uint8_t* vm_isolate_snapshot_buffer = NULL;
|
| +const uint8_t* isolate_snapshot_buffer = NULL;
|
|
|
| } // namespace bin
|
| } // namespace dart
|
|
|