Bug 373678: qnamepart should not set isXML. r=brendan

This commit is contained in:
igor.bukanov%gmail.com 2007-03-13 23:59:20 +00:00
parent 669fce0e9e
commit f78676d710

View File

@ -3957,7 +3957,6 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb)
break;
BEGIN_LITOPX_CASE(JSOP_QNAMEPART, 0)
inXML = JS_TRUE;
if (pc[JSOP_QNAMEPART_LENGTH] == JSOP_TOATTRNAME) {
saveop = JSOP_TOATTRNAME;
len += JSOP_TOATTRNAME_LENGTH;