LibWeb: Correct forward for UIEvents::UIEvent

This commit is contained in:
Jamie Mansfield 2024-10-05 14:21:05 +01:00 committed by Andreas Kling
parent 13ba491924
commit 60d9c3929c
Notes: github-actions[bot] 2024-10-08 09:46:55 +00:00

View file

@ -729,7 +729,7 @@ namespace Web::UIEvents {
class KeyboardEvent;
class MouseEvent;
class PointerEvent;
class UIEvents;
class UIEvent;
}
namespace Web::DOMURL {