Index: net/quic/congestion_control/tcp_cubic_sender_base.cc |
diff --git a/net/quic/congestion_control/tcp_cubic_sender_base.cc b/net/quic/congestion_control/tcp_cubic_sender_base.cc |
index 7f9b3cbffead7b2ab5d2d1665e9483edad5b520c..5d8478a43c8eb1d8bc66ac608cba23b04d237aba 100644 |
--- a/net/quic/congestion_control/tcp_cubic_sender_base.cc |
+++ b/net/quic/congestion_control/tcp_cubic_sender_base.cc |
@@ -125,7 +125,7 @@ void TcpCubicSenderBase::OnCongestionEvent( |
} |
for (CongestionVector::const_iterator it = lost_packets.begin(); |
it != lost_packets.end(); ++it) { |
- OnPacketLost(it->first, bytes_in_flight); |
+ OnPacketLost(it->first, it->second, bytes_in_flight); |
} |
for (CongestionVector::const_iterator it = acked_packets.begin(); |
it != acked_packets.end(); ++it) { |