Index: runtime/vm/exceptions.cc |
diff --git a/runtime/vm/exceptions.cc b/runtime/vm/exceptions.cc |
index edfad992738d998c5147186c3a5be71d1d14b771..7c9d71dccbb5327f3db5be3086ee36e0ccd85f13 100644 |
--- a/runtime/vm/exceptions.cc |
+++ b/runtime/vm/exceptions.cc |
@@ -330,7 +330,6 @@ static void ThrowExceptionHelper(Thread* thread, |
&handler_needs_stacktrace); |
if (handler_pc == 0) { |
// No Dart frame. |
- ASSERT(!thread->IsMutatorThread()); |
ASSERT(incoming_exception.raw() == |
isolate->object_store()->out_of_memory()); |
const UnhandledException& error = UnhandledException::Handle( |