diff --git a/src/browser/browser.zig b/src/browser/browser.zig index f524d2c8..26f5bd8e 100644 --- a/src/browser/browser.zig +++ b/src/browser/browser.zig @@ -309,7 +309,7 @@ pub const Session = struct { fn contextCreated(self: *Session, page: *Page) void { log.debug("inspector context created", .{}); - self.inspector.contextCreated(self.executor, "", (page.origin() catch "://") orelse "://", aux_data, true); + self.inspector.contextCreated(self.executor, "", (page.origin() catch "://") orelse "://", self.aux_data, true); } fn notify(self: *const Session, notification: *const Notification) void {