summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Forward.h
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2022-04-22 14:10:59 +0100
committerAndreas Kling <kling@serenityos.org>2022-05-11 20:16:10 +0200
commitbc4c185aef7d6f28144633a235ad6e8dad4e78e3 (patch)
treea1a57a16507e182f5b17ceff53eedf5f70fa67cf /Userland/Libraries/LibWeb/Forward.h
parentb8c0ebccfd6f1a879e3cf3012b30b51dde31387b (diff)
downloadserenity-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.h1
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;