| Index: net/quic/quic_protocol.cc
|
| diff --git a/net/quic/quic_protocol.cc b/net/quic/quic_protocol.cc
|
| index 7626f0b317be64261a963f00496ee341d75f8d4f..a5fb29cf2dd31738bf94dcd20587fd2a43b82a81 100644
|
| --- a/net/quic/quic_protocol.cc
|
| +++ b/net/quic/quic_protocol.cc
|
| @@ -791,7 +791,9 @@ SerializedPacket::SerializedPacket(
|
| entropy_hash(entropy_hash),
|
| is_fec_packet(false),
|
| has_ack(has_ack),
|
| - has_stop_waiting(has_stop_waiting) {}
|
| + has_stop_waiting(has_stop_waiting),
|
| + original_packet_number(0),
|
| + transmission_type(NOT_RETRANSMISSION) {}
|
|
|
| SerializedPacket::SerializedPacket(
|
| QuicPathId path_id,
|
|
|