Bug 841059 - Follow-up fix for broken root analysis build; r=bustage

This commit is contained in:
Terrence Cole 2013-03-21 16:17:30 -07:00
parent 8dc9a47ce4
commit a2ed005a49

View File

@ -58,7 +58,7 @@ CheckStackRoot(JSRuntime *rt, uintptr_t *w, Rooter *begin, Rooter *end)
return;
/* Don't check atoms as these will never be subject to generational collection. */
if (static_cast<Cell *>(thing)->zone() == rt->atomsCompartment->zone())
if (static_cast<Cell *>(thing)->tenuredZone() == rt->atomsCompartment->zone())
return;
/*