Index: src/execution.cc |
diff --git a/src/execution.cc b/src/execution.cc |
index 62a4cbef16e351b73c3a0f2a4eae9a5de589bd2f..f16ee05aca8b9003b9a08f13a3e116f72af6c314 100644 |
--- a/src/execution.cc |
+++ b/src/execution.cc |
@@ -692,9 +692,6 @@ void Execution::DebugBreakHelper(Isolate* isolate) { |
void Execution::ProcessDebugMessages(Isolate* isolate, |
bool debug_command_only) { |
- // Assert that we are on the main thread of the isolate. |
- ASSERT(ThreadId::Current().Equals(isolate->thread_id())); |
- |
isolate->stack_guard()->ClearDebugCommand(); |
StackLimitCheck check(isolate); |