| Index: net/quic/core/quic_stream.cc
|
| diff --git a/net/quic/core/quic_stream.cc b/net/quic/core/quic_stream.cc
|
| index a7ab1afe662021d5584aa5f92a27eccd211fb529..d402b4e5c537580fe0899187670acddd539919d4 100644
|
| --- a/net/quic/core/quic_stream.cc
|
| +++ b/net/quic/core/quic_stream.cc
|
| @@ -70,9 +70,7 @@ QuicStream::QuicStream(QuicStreamId id, QuicSession* session)
|
| GetReceivedFlowControlWindow(session),
|
| GetInitialStreamFlowControlWindowToSend(session),
|
| session_->flow_controller()->auto_tune_receive_window(),
|
| - session_->flow_control_invariant()
|
| - ? session_->flow_controller()
|
| - : nullptr),
|
| + session_->flow_controller()),
|
| connection_flow_controller_(session_->flow_controller()),
|
| stream_contributes_to_connection_flow_control_(true),
|
| busy_counter_(0) {
|
|
|