Index: runtime/vm/raw_object_snapshot.cc |
diff --git a/runtime/vm/raw_object_snapshot.cc b/runtime/vm/raw_object_snapshot.cc |
index 55a8e97a55954fe426a9f2ff47f17705df3df18e..842b1a503fe77941c2034166a13747c38f121c94 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) { |
- StackZone* zone = Isolate::Current()->current_zone(); |
+ Zone* zone = Isolate::Current()->current_zone(); |
return zone->AllocUnsafe(size); |
} |