Index: webrtc/p2p/base/tcpport.cc |
diff --git a/webrtc/p2p/base/tcpport.cc b/webrtc/p2p/base/tcpport.cc |
index 6166f52b4cab205906d0ba4f805b4ea2179f5506..9a1caa25546bb6e4a0631de2aa4565e2e8a0e284 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(RTC_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 |