| Index: net/http/http_basic_stream.cc
|
| diff --git a/net/http/http_basic_stream.cc b/net/http/http_basic_stream.cc
|
| index 76ec06a3e3b1f971fd7497cd493c7f1a69b85459..3eb3f98893ba5639d38a4ba28d689701d31e300d 100644
|
| --- a/net/http/http_basic_stream.cc
|
| +++ b/net/http/http_basic_stream.cc
|
| @@ -35,8 +35,8 @@ int HttpBasicStream::InitializeStream(
|
| const CompletionCallback& callback) {
|
| DCHECK(!parser_.get());
|
| request_info_ = request_info;
|
| - parser_.reset(new HttpStreamParser(connection_.get(), request_info,
|
| - read_buf_, net_log));
|
| + parser_.reset(new HttpStreamParser(
|
| + connection_.get(), request_info, read_buf_.get(), net_log));
|
| return OK;
|
| }
|
|
|
|
|