Fix tracing apply with wrong arguments (no bug, r=gal+dvander).

This commit is contained in:
Brendan Eich 2008-10-28 13:58:20 -07:00
parent d0d72f5cbc
commit e95f449f88

View File

@ -5269,7 +5269,7 @@ TraceRecorder::functionCall(bool constructing)
thisval = oval;
this_ins = get(&oval);
arg1_ins = callArgN(aval_ins, 1);
arg1_ins = callArgN(aval_ins, 2);
arg1 = aobj->dslots[0];
fun = tfun;
argc = 1;