Index: net/quic/quic_http_stream.cc |
diff --git a/net/quic/quic_http_stream.cc b/net/quic/quic_http_stream.cc |
index 8556ed743cbde8498ff8f13352680a75924092f4..2c2c8ac4bd74faacd8f981b91aed19f50366716e 100644 |
--- a/net/quic/quic_http_stream.cc |
+++ b/net/quic/quic_http_stream.cc |
@@ -522,7 +522,7 @@ int QuicHttpStream::ReadAvailableData(IOBuffer* buf, int buf_len) { |
int rv = stream_->Read(buf, buf_len); |
if (stream_->IsDoneReading()) { |
stream_->SetDelegate(nullptr); |
- stream_->DoneReading(); |
+ stream_->OnFinRead(); |
stream_ = nullptr; |
} |
return rv; |