| Index: content/browser/renderer_host/p2p/socket_host_udp.cc
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_udp.cc b/content/browser/renderer_host/p2p/socket_host_udp.cc
|
| index 6a9a93d9d94ca15d3ce3447108e863233389e652..68718c2c68081b2e47df4325ad76c986fa549734 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_udp.cc
|
| +++ b/content/browser/renderer_host/p2p/socket_host_udp.cc
|
| @@ -140,7 +140,7 @@ void P2PSocketHostUdp::HandleReadResult(int result) {
|
|
|
| void P2PSocketHostUdp::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;
|
|
|