Index: webrtc/p2p/quic/quicconnectionhelper.cc |
diff --git a/webrtc/p2p/quic/quicconnectionhelper.cc b/webrtc/p2p/quic/quicconnectionhelper.cc |
index f9b4697d50a148470b0534e34c4078c0ba721ca6..f22b5621479be2e504c5b55ec64be1e1cc7d4576 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(FROM_HERE, delay_ms, this); |
} |
void QuicAlarm::CancelImpl() { |