зеркало из https://github.com/mozilla/gecko-dev.git
Bug 841059 - Follow-up fix for broken root analysis build; r=bustage
This commit is contained in:
Родитель
f8c6a0ee4f
Коммит
3f5011ecad
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче