| Index: net/quic/quic_packet_creator.cc | 
| diff --git a/net/quic/quic_packet_creator.cc b/net/quic/quic_packet_creator.cc | 
| index 1cd9e3af30b73b9e39f944192f9582941a094f45..87f63dfa2fe8d7afd8690a43691c5d0655464b81 100644 | 
| --- a/net/quic/quic_packet_creator.cc | 
| +++ b/net/quic/quic_packet_creator.cc | 
| @@ -350,7 +350,6 @@ void QuicPacketCreator::ClearPacket() { | 
| packet_.has_stop_waiting = false; | 
| packet_.has_crypto_handshake = NOT_HANDSHAKE; | 
| packet_.needs_padding = false; | 
| -  packet_.is_fec_packet = false; | 
| packet_.original_packet_number = 0; | 
| packet_.transmission_type = NOT_RETRANSMISSION; | 
| packet_.encrypted_buffer = nullptr; | 
|  |