From ba8872f5ce0b9b41adf33b2bd39dae24891c06bd Mon Sep 17 00:00:00 2001 From: win7-7 Date: Wed, 14 Jan 2026 03:57:59 +0200 Subject: [PATCH] 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. --- js/src/vm/TypeInference.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/src/vm/TypeInference.cpp b/js/src/vm/TypeInference.cpp index 5970c8b385..589fd888f1 100644 --- a/js/src/vm/TypeInference.cpp +++ b/js/src/vm/TypeInference.cpp @@ -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; }