LibWeb: Correct forward for UIEvents::UIEvent

(cherry picked from commit 60d9c3929ccb8334420dc36abddc5665b5955f44)
This commit is contained in:
Jamie Mansfield 2024-10-05 14:21:05 +01:00 committed by Nico Weber
parent 05e8835555
commit 88a24d015d

View file

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