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
Родитель f8c6a0ee4f
Коммит 3f5011ecad
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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