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

@@ -1697,7 +1697,6 @@ array_toString(JSContext *cx, uintN argc, Value *vp)
return true;
}
LeaveTrace(cx);
InvokeArgsGuard ag;
if (!cx->stack.pushInvokeArgs(cx, 0, &ag))
return false;