mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
c6517989ab
5 changed files with 2182 additions and 1362 deletions
|
|
@ -7138,7 +7138,7 @@ JS_PUBLIC_API(bool)
|
|||
js::gc::detail::CellIsMarkedGrayIfKnown(const Cell* cell)
|
||||
{
|
||||
MOZ_ASSERT(cell);
|
||||
if (!cell->isTenured())
|
||||
if (!cell || !cell->isTenured())
|
||||
return false;
|
||||
|
||||
// We ignore the gray marking state of cells and return false in two cases:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue