Land the patch for bug 331482 on the 1.8 branch. a=schrep

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@202063 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mrbkap%gmail.com
2006-07-13 19:38:46 +00:00
parent fe4416382f
commit b1716822f3

View File

@@ -833,7 +833,7 @@ nsresult 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);