Forgot to switch to SRC_INITPROP (344120, r=mrbkap).

git-svn-id: svn://10.0.0.236/trunk@201830 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brendan%mozilla.org
2006-07-10 19:14:00 +00:00
parent c60e0a070a
commit a5d167b80e

View File

@@ -2810,7 +2810,7 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb)
xval = POP_STR();
lval = POP_STR();
sn = js_GetSrcNote(jp->script, pc);
if (sn && SN_TYPE(sn) == SRC_LABEL)
if (sn && SN_TYPE(sn) == SRC_INITPROP)
goto do_initprop;
todo = Sprint(&ss->sprinter, "%s%s%s",
lval,