Chromium Code Reviews| Index: Source/devtools/front_end/common/ParsedURL.js |
| diff --git a/Source/devtools/front_end/common/ParsedURL.js b/Source/devtools/front_end/common/ParsedURL.js |
| index 6f5d66f245fb3f92f92c41978263ef68843912c0..c98a54c542775be3bc412faaa05f6d8da7d9dab7 100644 |
| --- a/Source/devtools/front_end/common/ParsedURL.js |
| +++ b/Source/devtools/front_end/common/ParsedURL.js |
| @@ -120,7 +120,6 @@ WebInspector.ParsedURL.splitURL = function(url) |
| return result; |
| } |
| - |
|
sergeyv
2014/08/13 14:14:58
Do you really need want to do this?
|
| /** |
| * http://tools.ietf.org/html/rfc3986#section-5.2.4 |
| * @param {string} path |