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

LibWeb: Add MediaList wrapper

Most of the pieces were already there, I'd just forgotten to actually
wire them up.
This commit is contained in:
Sam Atkins 2022-04-22 14:10:59 +01:00 committed by Andreas Kling
parent b8c0ebccfd
commit bc4c185aef
6 changed files with 27 additions and 6 deletions

View file

@ -509,6 +509,7 @@ class ImageDataWrapper;
class IntersectionObserverWrapper;
class KeyboardEventWrapper;
class LocationObject;
class MediaListWrapper;
class MediaQueryListEventWrapper;
class MediaQueryListWrapper;
class MessageChannelWrapper;