Chromium Code Reviews| Index: content/common/child_thread.cc |
| diff --git a/content/common/child_thread.cc b/content/common/child_thread.cc |
| index 4540b15929063af2a7b3597b501dcb115034877d..d1c8d39dc1e9b958f8f185f398df737a7bf95c04 100644 |
| --- a/content/common/child_thread.cc |
| +++ b/content/common/child_thread.cc |
| @@ -166,7 +166,7 @@ void ChildThread::OnChannelError() { |
| bool ChildThread::Send(IPC::Message* msg) { |
| DCHECK(MessageLoop::current() == message_loop()); |
| - if (!channel_.get()) { |
| + if (!channel_) { |
| delete msg; |
| return false; |
| } |