| Index: net/quic/quic_reliable_client_stream.cc
|
| diff --git a/net/quic/quic_reliable_client_stream.cc b/net/quic/quic_reliable_client_stream.cc
|
| index 919913fe55564a7841c3a18cbb635c8a54a57a95..5e2bf70dcd4ebb6bbe9002fdd5fb6044b47780a5 100644
|
| --- a/net/quic/quic_reliable_client_stream.cc
|
| +++ b/net/quic/quic_reliable_client_stream.cc
|
| @@ -69,7 +69,7 @@ int QuicReliableClientStream::WriteStreamData(
|
| // We should not have data buffered.
|
| DCHECK(!HasBufferedData());
|
| // Writes the data, or buffers it.
|
| - WriteData(data, fin);
|
| + WriteOrBufferData(data, fin);
|
| if (!HasBufferedData()) {
|
| return OK;
|
| }
|
|
|