fix import casing

This commit is contained in:
Karl Seguin
2026-03-25 17:54:24 +08:00
parent 0dd0495ab8
commit ca41bb5fa2

View File

@@ -82,7 +82,7 @@ fn getFrameTree(cmd: anytype) !void {
.frame = .{ .frame = .{
.id = "TID-STARTUP", .id = "TID-STARTUP",
.loaderId = "LID-STARTUP", .loaderId = "LID-STARTUP",
.securityOrigin = @import("../cdp.zig").URL_BASE, .securityOrigin = @import("../CDP.zig").URL_BASE,
.url = "about:blank", .url = "about:blank",
.secureContextType = "Secure", .secureContextType = "Secure",
}, },