Bug 602994 - Preparatory syntactic cleanup (r=waldo)

This commit is contained in:
Luke Wagner
2011-04-08 10:52:48 -07:00
parent 35dd875517
commit 891a911367
20 changed files with 136 additions and 105 deletions

View File

@@ -1413,7 +1413,7 @@ array_toString(JSContext *cx, uintN argc, Value *vp)
if (!cx->stack().pushInvokeArgs(cx, 0, &args))
return false;
args.callee() = join;
args.calleev() = join;
args.thisv().setObject(*obj);
/* Do the call. */