зеркало из https://github.com/mozilla/gecko-dev.git
Continue processing the character set even though we found our max. bug 375715, r=crowder
This commit is contained in:
Родитель
7043a7231a
Коммит
1c4dec98c6
|
@ -981,8 +981,8 @@ lexHex:
|
|||
JSMSG_BAD_CLASS_RANGE);
|
||||
return JS_FALSE;
|
||||
}
|
||||
target->u.ucclass.bmsize = 65535;
|
||||
return JS_TRUE;
|
||||
localMax = 65535;
|
||||
break;
|
||||
case '0':
|
||||
case '1':
|
||||
case '2':
|
||||
|
|
Загрузка…
Ссылка в новой задаче