File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const parser = @import("../netsurf.zig");
1212const DOMException = @import ("../dom/exceptions.zig" ).DOMException ;
1313const EventTarget = @import ("../dom/event_target.zig" ).EventTarget ;
1414const EventTargetUnion = @import ("../dom/event_target.zig" ).Union ;
15- const UIEvent = @import ("event_ui .zig" ).UIEvent ;
15+ const UIEvent = @import ("ui_event .zig" ).UIEvent ;
1616
1717// https://dom.spec.whatwg.org/#event
1818pub const Event = struct {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const NodeListTestExecFn = @import("dom/nodelist.zig").testExecFn;
2222const AttrTestExecFn = @import ("dom/attribute.zig" ).testExecFn ;
2323const EventTargetTestExecFn = @import ("dom/event_target.zig" ).testExecFn ;
2424const EventTestExecFn = @import ("events/event.zig" ).testExecFn ;
25- const UIEventTestExecFn = @import ("events/event_ui .zig" ).testExecFn ;
25+ const UIEventTestExecFn = @import ("events/ui_event .zig" ).testExecFn ;
2626
2727pub const Types = jsruntime .reflect (apiweb .Interfaces );
2828
You can’t perform that action at this time.
0 commit comments