Chromium Code Reviews| Index: runtime/vm/bigint_operations_test.cc |
| diff --git a/runtime/vm/bigint_operations_test.cc b/runtime/vm/bigint_operations_test.cc |
| index 0c141a169549cdad71bee3d30be27b7bbc95bfa1..94ef1a3cf5de9875001044c4f2f5fca1f4abf664 100644 |
| --- a/runtime/vm/bigint_operations_test.cc |
| +++ b/runtime/vm/bigint_operations_test.cc |
| @@ -11,7 +11,7 @@ |
| namespace dart { |
| static uword ZoneAllocator(intptr_t size) { |
| - Zone* zone = Isolate::Current()->current_zone(); |
| + StackZone* zone = Isolate::Current()->current_zone(); |
| return zone->AllocUnsafe(size); |
| } |