Remove LeaveTrace and related structures (bug 698201 part 5, r=luke).

This commit is contained in:
David Anderson
2011-11-22 17:41:43 -05:00
parent 76ef7ce565
commit 86d67629e4
39 changed files with 16 additions and 1010 deletions

View File

@@ -2147,7 +2147,6 @@ date_toJSON(JSContext *cx, uintN argc, Value *vp)
}
/* Step 6. */
LeaveTrace(cx);
InvokeArgsGuard args;
if (!cx->stack.pushInvokeArgs(cx, 0, &args))
return false;