Explicitly mark empty snapshots as extern.
TBR=asiva@google.com Review-Url: https://codereview.chromium.org/2631763002 .
This commit is contained in:
@@ -16,8 +16,8 @@ typedef unsigned __int8 uint8_t;
|
||||
namespace dart {
|
||||
namespace bin {
|
||||
|
||||
const uint8_t* vm_isolate_snapshot_buffer = NULL;
|
||||
const uint8_t* const core_isolate_snapshot_buffer = NULL;
|
||||
extern const uint8_t* vm_isolate_snapshot_buffer = NULL;
|
||||
extern const uint8_t* const core_isolate_snapshot_buffer = NULL;
|
||||
|
||||
} // namespace bin
|
||||
} // namespace dart
|
||||
|
||||
Reference in New Issue
Block a user