LibWeb: Add the missing ProgressEvent IDL constructor

This commit is contained in:
Idan Horowitz 2021-10-01 18:55:24 +03:00 committed by Andreas Kling
commit 4d71f22673
Notes: sideshowbarker 2024-07-18 03:14:11 +09:00
4 changed files with 32 additions and 9 deletions

View file

@ -2468,6 +2468,7 @@ using namespace Web::DOM;
using namespace Web::Geometry;
using namespace Web::HTML;
using namespace Web::RequestIdleCallback;
using namespace Web::XHR;
namespace Web::Bindings {