Index: runtime/vm/handles_impl.h |
diff --git a/runtime/vm/handles_impl.h b/runtime/vm/handles_impl.h |
index 635c2dbd8d908967ce427231b650bd4a36d64647..bf44e6373700d20292e556e017214f1c4ae16aca 100644 |
--- a/runtime/vm/handles_impl.h |
+++ b/runtime/vm/handles_impl.h |
@@ -93,7 +93,6 @@ uword Handles<kHandleSizeInWords, |
kOffsetOfRawPtr>::AllocateHandle(Zone* zone) { |
#if defined(DEBUG) |
Thread* thread = Thread::Current(); |
- ASSERT(thread->zone() == zone); |
ASSERT(thread->top_handle_scope() != NULL); |
ASSERT(thread->no_handle_scope_depth() == 0); |
#endif // DEBUG |