зеркало из https://github.com/mozilla/pjs.git
Bug 699749 - Avoid the term "astral" in error messages. r=l10n.
This commit is contained in:
Родитель
064b006668
Коммит
3b83c07a1c
|
@ -76,7 +76,6 @@ errBogusDoctype=Bogus doctype.
|
|||
maybeErrAttributesOnEndTag=End tag had attributes.
|
||||
maybeErrSlashInEndTag=Stray “/” at the end of an end tag.
|
||||
errNcrNonCharacter=Character reference expands to a non-character.
|
||||
errAstralNonCharacter=Character reference expands to an astral non-character.
|
||||
errNcrSurrogate=Character reference expands to a surrogate.
|
||||
errNcrControlChar=Character reference expands to a control character.
|
||||
errNcrCr=A numeric character reference expanded to carriage return.
|
||||
|
|
|
@ -179,7 +179,7 @@ void
|
|||
nsHtml5Tokenizer::errAstralNonCharacter(int ch)
|
||||
{
|
||||
if (NS_UNLIKELY(mViewSource)) {
|
||||
mViewSource->AddErrorToCurrentNode("errAstralNonCharacter");
|
||||
mViewSource->AddErrorToCurrentNode("errNcrNonCharacter");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче