| Index: webrtc/p2p/quic/quicconnectionhelper.cc
|
| diff --git a/webrtc/p2p/quic/quicconnectionhelper.cc b/webrtc/p2p/quic/quicconnectionhelper.cc
|
| index f9b4697d50a148470b0534e34c4078c0ba721ca6..2b408200c5557b0385a70d2c10f077bf86f8441a 100644
|
| --- a/webrtc/p2p/quic/quicconnectionhelper.cc
|
| +++ b/webrtc/p2p/quic/quicconnectionhelper.cc
|
| @@ -59,7 +59,7 @@ void QuicAlarm::SetImpl() {
|
| if (delay_ms < 0) {
|
| delay_ms = 0;
|
| }
|
| - thread_->PostDelayed(delay_ms, this);
|
| + thread_->PostDelayed(RTC_FROM_HERE, delay_ms, this);
|
| }
|
|
|
| void QuicAlarm::CancelImpl() {
|
|
|