Skip to content

Commit 9c4df41

Browse files
committed
refix page.contextCreated
1 parent 9c9830f commit 9c4df41

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
@@ -309,7 +309,7 @@ pub const Session = struct {
309309

310310
fn contextCreated(self: *Session, page: *Page) void {
311311
log.debug("inspector context created", .{});
312-
self.inspector.contextCreated(self.executor, "", (page.origin() catch "://") orelse "://", aux_data, true);
312+
self.inspector.contextCreated(self.executor, "", (page.origin() catch "://") orelse "://", self.aux_data, true);
313313
}
314314

315315
fn notify(self: *const Session, notification: *const Notification) void {

0 commit comments

Comments
 (0)