mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 15:41:48 +00:00
xhr: fix unit tests for 0.12.1
This commit is contained in:
@@ -25,7 +25,7 @@ const Case = jsruntime.test_utils.Case;
|
||||
const checkCases = jsruntime.test_utils.checkCases;
|
||||
|
||||
const parser = @import("netsurf");
|
||||
const event_handler = @import("../events/event.zig").event_handler;
|
||||
const EventHandler = @import("../events/event.zig").EventHandler;
|
||||
|
||||
const DOMException = @import("exceptions.zig").DOMException;
|
||||
const Nod = @import("node.zig");
|
||||
@@ -75,7 +75,7 @@ pub const EventTarget = struct {
|
||||
eventType,
|
||||
cbk,
|
||||
capture orelse false,
|
||||
event_handler,
|
||||
EventHandler,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user