Bug 699749 - Avoid the term "astral" in error messages. r=l10n.
This commit is contained in:
@@ -179,7 +179,7 @@ void
|
||||
nsHtml5Tokenizer::errAstralNonCharacter(int ch)
|
||||
{
|
||||
if (NS_UNLIKELY(mViewSource)) {
|
||||
mViewSource->AddErrorToCurrentNode("errAstralNonCharacter");
|
||||
mViewSource->AddErrorToCurrentNode("errNcrNonCharacter");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user