зеркало из https://github.com/mozilla/gecko-dev.git
Count newlines in textareas correctly. bug 331482, r+sr=sicking
This commit is contained in:
Родитель
ffcef9d003
Коммит
060fd68dd6
|
@ -770,7 +770,7 @@ CTextToken::ConsumeParsedCharacterData(PRBool aDiscardFirstNewline,
|
|||
// the document.
|
||||
|
||||
static const PRUnichar terminalChars[] = {
|
||||
PRUnichar('&'), PRUnichar('<'),
|
||||
PRUnichar('\r'), PRUnichar('\n'), PRUnichar('&'), PRUnichar('<'),
|
||||
PRUnichar(0)
|
||||
};
|
||||
static const nsReadEndCondition theEndCondition(terminalChars);
|
||||
|
|
Загрузка…
Ссылка в новой задаче