Index: net/quic/quic_connection.cc |
diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc |
index 03b9149eac154f5e4cba82fbfd2ef7023d89b9c3..500d25671d8f60449645bf40eb906ec820cd0984 100644 |
--- a/net/quic/quic_connection.cc |
+++ b/net/quic/quic_connection.cc |
@@ -1576,7 +1576,7 @@ bool QuicConnection::SendOrQueuePacket(EncryptionLevel level, |
void QuicConnection::UpdateStopWaiting(QuicStopWaitingFrame* stop_waiting) { |
stop_waiting->least_unacked = GetLeastUnacked(); |
- stop_waiting->entropy_hash = sent_entropy_manager_.EntropyHash( |
+ stop_waiting->entropy_hash = sent_entropy_manager_.GetCumulativeEntropy( |
stop_waiting->least_unacked - 1); |
} |