Index: runtime/vm/bigint_test.cc |
diff --git a/runtime/vm/bigint_test.cc b/runtime/vm/bigint_test.cc |
index b4e9cdd398c53703133d01ba838b4d550d6b51d3..967e036619779e942a30c150fce769135d03c55a 100644 |
--- a/runtime/vm/bigint_test.cc |
+++ b/runtime/vm/bigint_test.cc |
@@ -10,7 +10,7 @@ |
namespace dart { |
static uword ZoneAllocator(intptr_t size) { |
- Zone* zone = Isolate::Current()->current_zone(); |
+ Zone* zone = Thread::Current()->zone(); |
return zone->AllocUnsafe(size); |
} |