mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
refix page.contextCreated
This commit is contained in:
@@ -309,7 +309,7 @@ pub const Session = struct {
|
|||||||
|
|
||||||
fn contextCreated(self: *Session, page: *Page) void {
|
fn contextCreated(self: *Session, page: *Page) void {
|
||||||
log.debug("inspector context created", .{});
|
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 {
|
fn notify(self: *const Session, notification: *const Notification) void {
|
||||||
|
|||||||
Reference in New Issue
Block a user