Chromium Code Reviews| Index: net/url_request/url_request_view_net_internal_job.cc |
| =================================================================== |
| --- net/url_request/url_request_view_net_internal_job.cc (revision 25765) |
| +++ net/url_request/url_request_view_net_internal_job.cc (working copy) |
| @@ -275,7 +275,7 @@ |
| std::string* out) { |
| out->append("<li>"); |
| out->append("<nobr>"); |
| - out->append(EscapeForHTML(url.spec())); |
| + out->append(EscapeForHTML(url.possibly_invalid_spec())); |
| out->append("</nobr>"); |
| if (log) |
| OutputTextInPre(net::LoadLogUtil::PrettyPrintAsEventTree(log), out); |