mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-28 15:40:04 +00:00
fix: pass allocator as first parameter in forms.zig
This commit is contained in:
@@ -167,8 +167,8 @@ fn detectForms(cmd: anytype) !void {
|
||||
const page = bc.session.currentPage() orelse return error.PageNotLoaded;
|
||||
|
||||
const forms_data = try lp.forms.collectForms(
|
||||
page.document.asNode(),
|
||||
cmd.arena,
|
||||
page.document.asNode(),
|
||||
page,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user