| Index: net/http/http_response_headers.cc
|
| diff --git a/net/http/http_response_headers.cc b/net/http/http_response_headers.cc
|
| index 7e6b076742c652c97d813f42b252434ab53a346c..ab890bf75ea307432864c9add1f496c1d8d8c2e1 100644
|
| --- a/net/http/http_response_headers.cc
|
| +++ b/net/http/http_response_headers.cc
|
| @@ -1296,7 +1296,7 @@ bool HttpResponseHeaders::FromNetLogParam(
|
| *http_response_headers = NULL;
|
|
|
| const base::DictionaryValue* dict;
|
| - const base::ListValue* header_list;
|
| + const base::ListValue* header_list = NULL;
|
|
|
| if (!event_param ||
|
| !event_param->GetAsDictionary(&dict) ||
|
|
|