Windows apparently has stricter linkage rules.

TBR=asiva@google.com

Review-Url: https://codereview.chromium.org/2632553003 .
This commit is contained in:
Ryan Macnak 2017-01-13 10:51:51 -08:00
parent 593d4504b0
commit 113aa64b98

View file

@ -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* const core_isolate_snapshot_buffer = NULL;
} // namespace bin
} // namespace dart