LibWeb: Add some missing events in EventWrapperFactory

I noticed some events we being wrapped into a generic Event while
working on CustomEvent. This also adds PageTransitionEvent's
constructor to the WindowObject.

I'm not sure if this is all of them.
This commit is contained in:
Luke Wilde 2021-09-27 17:20:16 +01:00 committed by Andreas Kling
commit b04fafee74
Notes: sideshowbarker 2024-07-18 03:23:59 +09:00
3 changed files with 17 additions and 5 deletions

View file

@ -178,6 +178,8 @@ class ImageData;
class MessageChannel;
class MessageEvent;
class MessagePort;
class PageTransitionEvent;
class SubmitEvent;
class WebSocket;
}