зеркало из https://github.com/mozilla/gecko-dev.git
Bug 502600 - Make quirky doctype list comparisons work. r+sr=mrbkap
This commit is contained in:
Родитель
0c1b685a21
Коммит
a78ee7ddae
|
@ -136,7 +136,7 @@ nsHtml5Portability::lowerCaseLiteralIsPrefixOfIgnoreAsciiCaseString(const char*
|
|||
PRUnichar litChar;
|
||||
while (litChar = *litPtr) {
|
||||
NS_ASSERTION(!(litChar >= 'A' && litChar <= 'Z'), "Literal isn't in lower case.");
|
||||
if (strPtr = end) {
|
||||
if (strPtr == end) {
|
||||
return PR_FALSE;
|
||||
}
|
||||
PRUnichar strChar = *strPtr;
|
||||
|
|
Загрузка…
Ссылка в новой задаче