| Index: net/http/http_response_headers.cc
|
| diff --git a/net/http/http_response_headers.cc b/net/http/http_response_headers.cc
|
| index 0d2279b63e01dee96a0210d94d10e60d2447d868..7e6b076742c652c97d813f42b252434ab53a346c 100644
|
| --- a/net/http/http_response_headers.cc
|
| +++ b/net/http/http_response_headers.cc
|
| @@ -1293,7 +1293,7 @@ Value* HttpResponseHeaders::NetLogCallback(
|
| bool HttpResponseHeaders::FromNetLogParam(
|
| const base::Value* event_param,
|
| scoped_refptr<HttpResponseHeaders>* http_response_headers) {
|
| - http_response_headers->release();
|
| + *http_response_headers = NULL;
|
|
|
| const base::DictionaryValue* dict;
|
| const base::ListValue* header_list;
|
|
|