mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
LibWeb: Correct forward for UIEvents::UIEvent
(cherry picked from commit 60d9c3929ccb8334420dc36abddc5665b5955f44)
This commit is contained in:
parent
05e8835555
commit
88a24d015d
1 changed files with 1 additions and 1 deletions
|
@ -724,7 +724,7 @@ namespace Web::UIEvents {
|
|||
class KeyboardEvent;
|
||||
class MouseEvent;
|
||||
class PointerEvent;
|
||||
class UIEvents;
|
||||
class UIEvent;
|
||||
}
|
||||
|
||||
namespace Web::DOMURL {
|
||||
|
|
Loading…
Add table
Reference in a new issue