Index: net/http/http_stream_parser.cc |
=================================================================== |
--- net/http/http_stream_parser.cc (revision 141814) |
+++ net/http/http_stream_parser.cc (working copy) |
@@ -379,7 +379,7 @@ |
can_do_more = false; |
break; |
case STATE_READ_HEADERS: |
- net_log_.BeginEvent(NetLog::TYPE_HTTP_STREAM_PARSER_READ_HEADERS, NULL); |
+ net_log_.BeginEvent(NetLog::TYPE_HTTP_STREAM_PARSER_READ_HEADERS); |
result = DoReadHeaders(); |
break; |
case STATE_READ_HEADERS_COMPLETE: |