mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
fix build
This commit is contained in:
@@ -2,8 +2,8 @@ const std = @import("std");
|
||||
|
||||
const log = @import("log.zig");
|
||||
const URL = @import("url.zig").URL;
|
||||
const http = @import("http/client.zig");
|
||||
const page = @import("browser/page.zig");
|
||||
const Http = @import("http/Http.zig");
|
||||
|
||||
const Allocator = std.mem.Allocator;
|
||||
|
||||
@@ -94,7 +94,7 @@ pub const Notification = struct {
|
||||
arena: Allocator,
|
||||
id: usize,
|
||||
url: *const std.Uri,
|
||||
method: http.Method,
|
||||
method: Http.Method,
|
||||
has_body: bool,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user