| Index: mojo/edk/system/node_channel.cc
|
| diff --git a/mojo/edk/system/node_channel.cc b/mojo/edk/system/node_channel.cc
|
| index ce094c16711db665c9645d6cafcda2426f4842a6..114e2863560b88c443049dbb1de8764c3e6858ef 100644
|
| --- a/mojo/edk/system/node_channel.cc
|
| +++ b/mojo/edk/system/node_channel.cc
|
| @@ -771,7 +771,6 @@ void NodeChannel::ProcessPendingMessagesWithMachPorts() {
|
| pending_writes.swap(pending_write_messages_);
|
| pending_relays.swap(pending_relay_messages_);
|
| }
|
| - DCHECK(pending_writes.empty() && pending_relays.empty());
|
|
|
| while (!pending_writes.empty()) {
|
| Channel::MessagePtr message = std::move(pending_writes.front());
|
|
|