LibWeb: Add the missing UIEvent IDL constructor

This commit is contained in:
Idan Horowitz 2021-10-01 19:30:50 +03:00 committed by Andreas Kling
commit ac25c28c43
Notes: sideshowbarker 2024-07-18 03:13:56 +09:00
3 changed files with 28 additions and 3 deletions

View file

@ -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 {