| Index: net/quic/quic_protocol.cc
|
| diff --git a/net/quic/quic_protocol.cc b/net/quic/quic_protocol.cc
|
| index 71daffdb5ff2f9275934d2fb123d22af1fb5c92e..8556f508bedbc9e2c7fd898a7c899fe84b2d04cd 100644
|
| --- a/net/quic/quic_protocol.cc
|
| +++ b/net/quic/quic_protocol.cc
|
| @@ -814,6 +814,7 @@ SerializedPacket::SerializedPacket(QuicPathId path_id,
|
| entropy_hash(entropy_hash),
|
| has_ack(has_ack),
|
| has_stop_waiting(has_stop_waiting),
|
| + original_path_id(kInvalidPathId),
|
| original_packet_number(0),
|
| transmission_type(NOT_RETRANSMISSION) {}
|
|
|
|
|