| Index: net/quic/quic_config.cc
|
| diff --git a/net/quic/quic_config.cc b/net/quic/quic_config.cc
|
| index 07445ee51c067cb259d36326f1837383bcb4adcf..3bdf26a36816f0ab9309f290b707457248f1208d 100644
|
| --- a/net/quic/quic_config.cc
|
| +++ b/net/quic/quic_config.cc
|
| @@ -64,7 +64,8 @@ QuicNegotiableUint32::QuicNegotiableUint32(QuicTag tag,
|
| QuicConfigPresence presence)
|
| : QuicNegotiableValue(tag, presence),
|
| max_value_(0),
|
| - default_value_(0) {
|
| + default_value_(0),
|
| + negotiated_value_(0) {
|
| }
|
| QuicNegotiableUint32::~QuicNegotiableUint32() {}
|
|
|
|
|