mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-07-31 09:46:05 -04:00
Update src/browser/webapi/collections/HTMLCollection.zig
Co-authored-by: Karl Seguin <karlseguin@users.noreply.github.com>
This commit is contained in:
@@ -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| {
|
||||
|
||||
Reference in New Issue
Block a user