Clear inXML after processing names that could have set us to be inXML. bug 372564, r=jwalden

git-svn-id: svn://10.0.0.236/trunk@221750 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mrbkap%gmail.com 2007-03-11 19:23:28 +00:00
parent 57d7ffbc1a
commit f5e3137221

View File

@ -4046,13 +4046,11 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb)
break;
case JSOP_TOXML:
inXML = JS_FALSE;
/* FALL THROUGH */
case JSOP_CALLXMLNAME:
case JSOP_XMLNAME:
case JSOP_FILTER:
/* Conversion and prefix ops do nothing in the decompiler. */
/* These ops indicate the end of XML expressions. */
inXML = JS_FALSE;
todo = -2;
break;