mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
LibWeb: Correct forward for UIEvents::UIEvent
This commit is contained in:
parent
13ba491924
commit
60d9c3929c
Notes:
github-actions[bot]
2024-10-08 09:46:55 +00:00
Author: https://github.com/jamierocks
Commit: 60d9c3929c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/701
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/tcl3
1 changed files with 1 additions and 1 deletions
|
@ -729,7 +729,7 @@ namespace Web::UIEvents {
|
||||||
class KeyboardEvent;
|
class KeyboardEvent;
|
||||||
class MouseEvent;
|
class MouseEvent;
|
||||||
class PointerEvent;
|
class PointerEvent;
|
||||||
class UIEvents;
|
class UIEvent;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Web::DOMURL {
|
namespace Web::DOMURL {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue