| Index: webrtc/p2p/base/tcpport.cc
|
| diff --git a/webrtc/p2p/base/tcpport.cc b/webrtc/p2p/base/tcpport.cc
|
| index 5ccb8108a058b0ab608c7c8b454f10b2882016d9..ad16b9f5c757d33e227c4ac4d6dde2284b1b6556 100644
|
| --- a/webrtc/p2p/base/tcpport.cc
|
| +++ b/webrtc/p2p/base/tcpport.cc
|
| @@ -434,7 +434,7 @@ void TCPConnection::OnClose(rtc::AsyncPacketSocket* socket, int error) {
|
| // We don't attempt reconnect right here. This is to avoid a case where the
|
| // shutdown is intentional and reconnect is not necessary. We only reconnect
|
| // when the connection is used to Send() or Ping().
|
| - port()->thread()->PostDelayed(reconnection_timeout(), this,
|
| + port()->thread()->PostDelayed(FROM_HERE, reconnection_timeout(), this,
|
| MSG_TCPCONNECTION_DELAYED_ONCLOSE);
|
| } else if (!pretending_to_be_writable_) {
|
| // OnClose could be called when the underneath socket times out during the
|
|
|