mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-28 07:33:16 +00:00
fix import casing
This commit is contained in:
@@ -82,7 +82,7 @@ fn getFrameTree(cmd: anytype) !void {
|
||||
.frame = .{
|
||||
.id = "TID-STARTUP",
|
||||
.loaderId = "LID-STARTUP",
|
||||
.securityOrigin = @import("../cdp.zig").URL_BASE,
|
||||
.securityOrigin = @import("../CDP.zig").URL_BASE,
|
||||
.url = "about:blank",
|
||||
.secureContextType = "Secure",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user