mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-28 15:40:04 +00:00
fix import casing
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user