Index: src/v8threads.cc |
diff --git a/src/v8threads.cc b/src/v8threads.cc |
index 33b620d8eabe29252e17d4e6491a2251d1e2febb..94a5e8051da9d1a28ab7193cd4f8df7e4e6c69c6 100644 |
--- a/src/v8threads.cc |
+++ b/src/v8threads.cc |
@@ -481,7 +481,6 @@ void ContextSwitcher::Run() { |
// Acknowledge the preemption by the receiving thread. |
void ContextSwitcher::PreemptionReceived() { |
- ASSERT(Locker::IsLocked(i::Isolate::GetDefaultIsolateForLocking())); |
// There is currently no accounting being done for this. But could be in the |
// future, which is why we leave this in. |
} |