no bug (follow up to the previous check in for bug 274264) : got rid of an unnecessary comment
git-svn-id: svn://10.0.0.236/trunk@167551 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -129,8 +129,6 @@ nsUTF8ConverterService::ConvertURISpecToUTF8(const nsACString &aSpec,
|
||||
aUTF8Spec.Truncate();
|
||||
|
||||
nsCAutoString unescapedSpec;
|
||||
// NS_UnescapeURL does not fill up unescapedSpec unless there's at least
|
||||
// one character to unescape.
|
||||
NS_UnescapeURL(PromiseFlatCString(aSpec), esc_AlwaysCopy, unescapedSpec);
|
||||
|
||||
// convert to UTF-8 unless ASCII only or UTF-8
|
||||
|
||||
Reference in New Issue
Block a user