1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:27:35 +00:00

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
parent 7b2c63fd87
commit ac25c28c43
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 {