зеркало из https://github.com/mozilla/gecko-dev.git
Bug 850749 - Make Cell::isTenured use the new IsInsideNursery; r=billm
--HG-- extra : rebase_source : a73a59b4a6880f9821ee453cfa838b7dd0ca952d
This commit is contained in:
Родитель
4226f18fe6
Коммит
a9ab4f46ac
|
@ -286,7 +286,7 @@ ArenaHeader::checkSynchronizedWithFreeList() const
|
|||
bool
|
||||
js::gc::Cell::isTenured() const
|
||||
{
|
||||
return true;
|
||||
return !IsInsideNursery(runtime(), this);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче