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 8d2b8a4f01
commit 8d867f3132

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;
/*