diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2022-04-22 14:10:59 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-05-11 20:16:10 +0200 |
commit | bc4c185aef7d6f28144633a235ad6e8dad4e78e3 (patch) | |
tree | a1a57a16507e182f5b17ceff53eedf5f70fa67cf /Userland/Libraries/LibWeb/Forward.h | |
parent | b8c0ebccfd6f1a879e3cf3012b30b51dde31387b (diff) | |
download | serenity-bc4c185aef7d6f28144633a235ad6e8dad4e78e3.zip |
LibWeb: Add MediaList wrapper
Most of the pieces were already there, I'd just forgotten to actually
wire them up.
Diffstat (limited to 'Userland/Libraries/LibWeb/Forward.h')
-rw-r--r-- | Userland/Libraries/LibWeb/Forward.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Forward.h b/Userland/Libraries/LibWeb/Forward.h index c0fcefde03..f6f4282747 100644 --- a/Userland/Libraries/LibWeb/Forward.h +++ b/Userland/Libraries/LibWeb/Forward.h @@ -509,6 +509,7 @@ class ImageDataWrapper; class IntersectionObserverWrapper; class KeyboardEventWrapper; class LocationObject; +class MediaListWrapper; class MediaQueryListEventWrapper; class MediaQueryListWrapper; class MessageChannelWrapper; |