| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 888b4101db0599f2dd37cca69614ffe9a3b982d5..a935a85da2de3e7695559e6207ea4d80db01f44d 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -1071,7 +1071,7 @@ struct NET_EXPORT_PRIVATE TransmissionInfo {
|
| // Reason why this packet was transmitted.
|
| TransmissionType transmission_type;
|
| // Stores the sequence numbers of all transmissions of this packet.
|
| - // Can never be null.
|
| + // Must always be NULL or have multiple elements.
|
| SequenceNumberList* all_transmissions;
|
| // In flight packets have not been abandoned or lost.
|
| bool in_flight;
|
|
|