mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Now it compiles, links and works, apparently 56 GC is stable, 57 next.
Now it compiles, links and works, apparently 56 GC is stable, 57 next.
This commit is contained in:
parent
24cf030a68
commit
ba8872f5ce
1 changed files with 3 additions and 1 deletions
|
|
@ -4082,7 +4082,9 @@ TypeNewScript::rollbackPartiallyInitializedObjects(JSContext* cx, ObjectGroup* g
|
|||
finished = true;
|
||||
break;
|
||||
}
|
||||
if (!finished) {
|
||||
}
|
||||
|
||||
if (!finished) {
|
||||
(void) NativeObject::rollbackProperties(cx, obj, numProperties);
|
||||
found = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue