Index: runtime/vm/raw_object_snapshot.cc |
diff --git a/runtime/vm/raw_object_snapshot.cc b/runtime/vm/raw_object_snapshot.cc |
index ca98a0e0a17b0025cc9df1af61c65e0dc7cf25bf..0f4c529279af9f16f37cddcf318dce88cfe3abc3 100644 |
--- a/runtime/vm/raw_object_snapshot.cc |
+++ b/runtime/vm/raw_object_snapshot.cc |
@@ -23,7 +23,7 @@ namespace dart { |
static uword BigintAllocator(intptr_t size) { |
- Zone* zone = Isolate::Current()->current_zone(); |
+ StackZone* zone = Isolate::Current()->current_zone(); |
return zone->AllocUnsafe(size); |
} |