| Index: runtime/vm/snapshot_test.cc
|
| ===================================================================
|
| --- runtime/vm/snapshot_test.cc (revision 17875)
|
| +++ runtime/vm/snapshot_test.cc (working copy)
|
| @@ -669,7 +669,7 @@
|
| ctype data[] = { 0, 11, 22, 33, 44, 55, 66, 77 }; \
|
| intptr_t length = ARRAY_SIZE(data); \
|
| External##darttype& array = External##darttype::Handle( \
|
| - External##darttype::New(data, length, NULL, NULL)); \
|
| + External##darttype::New(data, length)); \
|
| uint8_t* buffer; \
|
| MessageWriter writer(&buffer, &zone_allocator); \
|
| writer.WriteMessage(array); \
|
|
|