Index: runtime/vm/runtime_entry.h |
diff --git a/runtime/vm/runtime_entry.h b/runtime/vm/runtime_entry.h |
index 2d4790ff75bc0a0a20b6519bcd0bdd9a531e29db..9083718574c5b1d5c4dc549e34c95c07002cfcdb 100644 |
--- a/runtime/vm/runtime_entry.h |
+++ b/runtime/vm/runtime_entry.h |
@@ -142,7 +142,7 @@ class RuntimeEntry : public ValueObject { |
ASSERT(thread == Thread::Current()); \ |
Isolate* isolate = thread->isolate(); \ |
StackZone zone(thread); \ |
- HANDLESCOPE(isolate); \ |
+ HANDLESCOPE(thread); \ |
DRT_Helper##name(isolate, thread, zone.GetZone(), arguments); \ |
} \ |
VERIFY_ON_TRANSITION; \ |