mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Fix build error
This commit is contained in:
parent
fc206f5ab1
commit
c02dd71673
1 changed files with 1 additions and 1 deletions
|
|
@ -5565,7 +5565,7 @@ gc::IsIncrementalGCUnsafe(JSRuntime* rt)
|
||||||
MOZ_ASSERT(!rt->mainThread.suppressGC);
|
MOZ_ASSERT(!rt->mainThread.suppressGC);
|
||||||
|
|
||||||
if (rt->keepAtoms())
|
if (rt->keepAtoms())
|
||||||
return gc::AbortReason::KeepAtomsSet;
|
return gc::AbortReason::AbortRequested;
|
||||||
|
|
||||||
if (!rt->gc.isIncrementalGCAllowed())
|
if (!rt->gc.isIncrementalGCAllowed())
|
||||||
return gc::AbortReason::IncrementalDisabled;
|
return gc::AbortReason::IncrementalDisabled;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue