зеркало из https://github.com/mozilla/pjs.git
bug 323979: Check the correct parse node for arity. r=shaver
This commit is contained in:
Родитель
cf4ba28aff
Коммит
889e52cdc2
|
@ -4354,7 +4354,7 @@ FoldXMLConstants(JSContext *cx, JSParseNode *pn, JSTreeContext *tc)
|
|||
case TOK_XMLSPACE:
|
||||
case TOK_XMLTEXT:
|
||||
case TOK_STRING:
|
||||
if (pn->pn_arity == PN_LIST)
|
||||
if (pn2->pn_arity == PN_LIST)
|
||||
goto cantfold;
|
||||
str = ATOM_TO_STRING(pn2->pn_atom);
|
||||
break;
|
||||
|
|
Загрузка…
Ссылка в новой задаче