| Index: net/quic/quic_packet_creator.cc
|
| diff --git a/net/quic/quic_packet_creator.cc b/net/quic/quic_packet_creator.cc
|
| index ea81ec7af37fc765a2a45d25edab0f98ca1ddf17..0b39d1908b927f4ce0e6116b20f4972d636f7ae2 100644
|
| --- a/net/quic/quic_packet_creator.cc
|
| +++ b/net/quic/quic_packet_creator.cc
|
| @@ -194,7 +194,7 @@ InFecGroup QuicPacketCreator::MaybeUpdateLengthsAndStartFec() {
|
| }
|
| if (!queued_frames_.empty()) {
|
| // Don't change creator state if there are frames queued.
|
| - return fec_group_.get() == nullptr ? NOT_IN_FEC_GROUP : IN_FEC_GROUP;
|
| + return NOT_IN_FEC_GROUP;
|
| }
|
|
|
| // Update sequence number length only on packet and FEC group boundaries.
|
|
|