Index: mojo/edk/system/message_pipe_dispatcher.cc |
diff --git a/mojo/edk/system/message_pipe_dispatcher.cc b/mojo/edk/system/message_pipe_dispatcher.cc |
index 172256752203a102da89a0fddf94d161f3d28812..187176d8d481e2111ea4edb861a5d6155d82242a 100644 |
--- a/mojo/edk/system/message_pipe_dispatcher.cc |
+++ b/mojo/edk/system/message_pipe_dispatcher.cc |
@@ -639,7 +639,7 @@ HandleSignalsState MessagePipeDispatcher::GetHandleSignalsStateNoLock() const { |
} |
void MessagePipeDispatcher::OnPortStatusChanged() { |
- RequestContext request_context; |
+ DCHECK(RequestContext::current()); |
base::AutoLock lock(signal_lock_); |