fix bad rebase

This commit is contained in:
Karl Seguin
2026-03-02 18:39:02 +08:00
parent 524b5be937
commit d9794d72c7

View File

@@ -1012,8 +1012,8 @@ pub fn iframeAddedCallback(self: *Page, iframe: *Element.Html.IFrame) !void {
if (existing_window == null) { if (existing_window == null) {
// on first load, dispatch frame_created evnet // on first load, dispatch frame_created evnet
self._session.notification.dispatch(.page_frame_created, &.{ self._session.notification.dispatch(.page_frame_created, &.{
.page_id = page_id, .frame_id = frame_id,
.parent_id = self.id, .parent_id = self._frame_id,
.timestamp = timestamp(.monotonic), .timestamp = timestamp(.monotonic),
}); });
} }