mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 06:39:07 +00:00
LibWeb: Add the missing UIEvent IDL constructor
This commit is contained in:
parent
7b2c63fd87
commit
ac25c28c43
Notes:
sideshowbarker
2024-07-18 03:13:56 +09:00
Author: https://github.com/IdanHo
Commit: ac25c28c43
Pull-request: https://github.com/SerenityOS/serenity/pull/10299
3 changed files with 28 additions and 3 deletions
|
@ -2474,6 +2474,7 @@ using namespace Web::DOM;
|
|||
using namespace Web::Geometry;
|
||||
using namespace Web::HTML;
|
||||
using namespace Web::RequestIdleCallback;
|
||||
using namespace Web::UIEvents;
|
||||
using namespace Web::XHR;
|
||||
|
||||
namespace Web::Bindings {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue