mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 841059 - Follow-up fix for broken root analysis build; r=bustage
This commit is contained in:
parent
8d2b8a4f01
commit
8d867f3132
@ -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;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user