mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
cleanup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user