Skip to content

Commit b4266eb

Browse files
committed
cleanup
1 parent 365e6c1 commit b4266eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/browser.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ pub const Page = struct {
248248
fn init(self: *Page, arena: Allocator, session: *Session) !void {
249249
const browser = session.browser;
250250
self.* = .{
251-
.window = try Window.create(null, null), // TODO why do we not call Window.create()?
251+
.window = try Window.create(null, null),
252252
.arena = arena,
253253
.doc = null,
254254
.raw_data = null,

0 commit comments

Comments
 (0)