Explicitly mark empty snapshots as extern.

TBR=asiva@google.com

Review-Url: https://codereview.chromium.org/2631763002 .
This commit is contained in:
Ryan Macnak
2017-01-13 10:59:08 -08:00
parent 113aa64b98
commit 422afa2ead
+2 -2
View File
@@ -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