Fix cx-for-acx typo-blunder (57070, r=mccabe, a=jband).
git-svn-id: svn://10.0.0.236/trunk@81380 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d5e90a3a90
commit
fed709bfb1
@ -1165,7 +1165,7 @@ restart:
|
||||
GC_MARK(cx, JSVAL_TO_GCTHING(acx->rval2), "rval2", NULL);
|
||||
#endif
|
||||
|
||||
for (sh = cx->stackHeaders; sh; sh = sh->down) {
|
||||
for (sh = acx->stackHeaders; sh; sh = sh->down) {
|
||||
METER(rt->gcStats.stackseg++);
|
||||
METER(rt->gcStats.segslots += sh->nslots);
|
||||
GC_MARK_JSVALS(cx, sh->nslots, JS_STACK_SEGMENT(sh), "stack");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user