Index: runtime/vm/runtime_entry.h |
diff --git a/runtime/vm/runtime_entry.h b/runtime/vm/runtime_entry.h |
index 7662bc05f7136e2e9880cc809b496d6c92b706a0..54dd28695846b96dc31cebdf8032eeac2509f2f6 100644 |
--- a/runtime/vm/runtime_entry.h |
+++ b/runtime/vm/runtime_entry.h |
@@ -61,7 +61,7 @@ class RuntimeEntry : public ValueObject { |
VERIFY_ON_TRANSITION; \ |
if (FLAG_trace_runtime_calls) OS::Print("Runtime call: %s\n", ""#name); \ |
{ \ |
- Zone zone(arguments.isolate()); \ |
+ StackZone zone(arguments.isolate()); \ |
HANDLESCOPE(arguments.isolate()); \ |
DRT_Helper##name(arguments.isolate(), arguments); \ |
} \ |