Index: content/browser/renderer_host/p2p/socket_host_tcp.cc |
diff --git a/content/browser/renderer_host/p2p/socket_host_tcp.cc b/content/browser/renderer_host/p2p/socket_host_tcp.cc |
index be59f72645186d4d98a60bb8245cf53a3dd5774d..834afb7f7fbe0748ebc6caf364952af2ee7df5e8 100644 |
--- a/content/browser/renderer_host/p2p/socket_host_tcp.cc |
+++ b/content/browser/renderer_host/p2p/socket_host_tcp.cc |
@@ -186,7 +186,7 @@ void P2PSocketHostTcp::DidCompleteRead(int result) { |
void P2PSocketHostTcp::Send(const net::IPEndPoint& to, |
const std::vector<char>& data) { |
- if (!socket_.get()) { |
+ if (!socket_) { |
// The Send message may be sent after the an OnError message was |
// sent by hasn't been processed the renderer. |
return; |