Chromium Code Reviews| Index: net/http/http_request_headers.cc |
| diff --git a/net/http/http_request_headers.cc b/net/http/http_request_headers.cc |
| index b8f9651db0e4f133cc1619904967d8d7343b8a18..2f66d04d284afc2ea4c1a777730b2b48cbef6605 100644 |
| --- a/net/http/http_request_headers.cc |
| +++ b/net/http/http_request_headers.cc |
| @@ -208,7 +208,7 @@ bool HttpRequestHeaders::FromNetLogParam(const base::Value* event_param, |
| *request_line = ""; |
| const base::DictionaryValue* dict; |
| - const base::ListValue* header_list; |
| + const base::ListValue* header_list = NULL; |
|
Ryan Sleevi
2012/10/12 19:35:45
Pretty sure this is just a bug in MSVC's static an
|
| if (!event_param || |
| !event_param->GetAsDictionary(&dict) || |