Update src/browser/webapi/collections/HTMLCollection.zig

Co-authored-by: Karl Seguin <karlseguin@users.noreply.github.com>
This commit is contained in:
Francis Bouvier
2026-07-14 14:34:51 +02:00
committed by GitHub
parent 15a8a81e64
commit 2bf5c4abb3

View File

@@ -235,7 +235,7 @@ pub const JsApi = struct {
};
var names: std.ArrayList([]const u8) = .{};
const arena = exec.call_arena;
const arena = exec.local_arena;
const len = self.length(frame);
for (0..len) |i| {