We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67fca1 commit ca2758bCopy full SHA for ca2758b
src/browser/browser.zig
@@ -251,7 +251,7 @@ pub const Page = struct {
251
fn init(self: *Page, arena: Allocator, session: *Session) !void {
252
const browser = session.browser;
253
self.* = .{
254
- .window = try Window.create(null, null), // TODO why do we not call Window.create()?
+ .window = try Window.create(null, null),
255
.arena = arena,
256
.doc = null,
257
.raw_data = null,
0 commit comments