Bug 699749 - Avoid the term "astral" in error messages. r=l10n.

This commit is contained in:
Henri Sivonen
2011-11-04 15:36:29 +02:00
parent c82c05a8e6
commit c4efb044a6
2 changed files with 1 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ void
nsHtml5Tokenizer::errAstralNonCharacter(int ch)
{
if (NS_UNLIKELY(mViewSource)) {
mViewSource->AddErrorToCurrentNode("errAstralNonCharacter");
mViewSource->AddErrorToCurrentNode("errNcrNonCharacter");
}
}