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 94ef1a3cf5de9875001044c4f2f5fca1f4abf664..0c141a169549cdad71bee3d30be27b7bbc95bfa1 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) { |
| - StackZone* zone = Isolate::Current()->current_zone(); |
| + Zone* zone = Isolate::Current()->current_zone(); |
| return zone->AllocUnsafe(size); |
| } |