| Index: net/quic/quic_packet_generator.cc
|
| diff --git a/net/quic/quic_packet_generator.cc b/net/quic/quic_packet_generator.cc
|
| index f71788c48d46f631a4ae4e4bcd8e463d6e180703..bfecf5dae1823b07e3f6e071dc9fbdf9974b4be2 100644
|
| --- a/net/quic/quic_packet_generator.cc
|
| +++ b/net/quic/quic_packet_generator.cc
|
| @@ -177,7 +177,7 @@ QuicConsumedData QuicPacketGenerator::ConsumeData(
|
| // We want to track which packet this stream frame ends up in.
|
| if (FLAGS_quic_attach_ack_notifiers_to_packets) {
|
| if (notifier != nullptr) {
|
| - ack_notifiers_.insert(notifier);
|
| + ack_notifiers_.push_back(notifier);
|
| }
|
| } else {
|
| frame.stream_frame->notifier = notifier;
|
|
|