Backed out changeset d0be07d7cf1b (bug 1072187) for test bustage on a CLOSED TREE

This commit is contained in:
Carsten "Tomcat" Book
2014-09-26 15:48:14 +02:00
parent a5ce43e58f
commit ba502e0283
18 changed files with 575 additions and 5 deletions

View File

@@ -56,8 +56,6 @@ EncodingUtils::FindEncodingForLabelNoReplacement(const nsACString& aLabel,
bool
EncodingUtils::IsAsciiCompatible(const nsACString& aPreferredName)
{
// HZ and UTF-7 are no longer in mozilla-central, but keeping them here
// just in case for the benefit of comm-central.
return !(aPreferredName.LowerCaseEqualsLiteral("utf-16") ||
aPreferredName.LowerCaseEqualsLiteral("utf-16be") ||
aPreferredName.LowerCaseEqualsLiteral("utf-16le") ||