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

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
parent 067d839615
commit b04fafee74
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;
}