From 42d0532580f4804cdab7e0ea2f4a278da744603c Mon Sep 17 00:00:00 2001 From: sjorsdonkers <72333389+sjorsdonkers@users.noreply.github.com> Date: Tue, 13 May 2025 14:38:27 +0200 Subject: [PATCH] cleanup --- src/browser/browser.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/browser.zig b/src/browser/browser.zig index 90102c6b..27bd941c 100644 --- a/src/browser/browser.zig +++ b/src/browser/browser.zig @@ -251,7 +251,7 @@ pub const Page = struct { fn init(self: *Page, arena: Allocator, session: *Session) !void { const browser = session.browser; self.* = .{ - .window = try Window.create(null, null), // TODO why do we not call Window.create()? + .window = try Window.create(null, null), .arena = arena, .doc = null, .raw_data = null,