Merge mozilla-central to mozilla-inbound
This commit is contained in:
@@ -875,7 +875,7 @@ GetSubmitCharset(nsGenericHTMLElement* aForm,
|
||||
nsAutoString uCharset;
|
||||
acceptCharsetValue.Mid(uCharset, offset, cnt);
|
||||
|
||||
if (EncodingUtils::FindEncodingForLabel(uCharset, oCharset))
|
||||
if (EncodingUtils::FindEncodingForLabelNoReplacement(uCharset, oCharset))
|
||||
return;
|
||||
}
|
||||
offset = spPos + 1;
|
||||
|
||||
Reference in New Issue
Block a user