summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/idl_files.cmake
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2023-04-04 09:26:02 -0400
committerLinus Groh <mail@linusgroh.de>2023-04-07 16:02:22 +0200
commit3f1badf9b20ee9ffbb95159c327e354bad6cf986 (patch)
tree3a985507792411c1954551331430bfc668310eed /Userland/Libraries/LibWeb/idl_files.cmake
parent9f8da9798a60f897d0afe4f2263a736d133a6547 (diff)
downloadserenity-3f1badf9b20ee9ffbb95159c327e354bad6cf986.zip
LibWeb: Implement VideoTrack and VideoTrackList
This implements the IDL for these types and some event handling around them.
Diffstat (limited to 'Userland/Libraries/LibWeb/idl_files.cmake')
-rw-r--r--Userland/Libraries/LibWeb/idl_files.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/idl_files.cmake b/Userland/Libraries/LibWeb/idl_files.cmake
index 3f4461e2c0..55d4d84dda 100644
--- a/Userland/Libraries/LibWeb/idl_files.cmake
+++ b/Userland/Libraries/LibWeb/idl_files.cmake
@@ -165,6 +165,8 @@ libweb_js_bindings(HTML/PromiseRejectionEvent)
libweb_js_bindings(HTML/Storage)
libweb_js_bindings(HTML/SubmitEvent)
libweb_js_bindings(HTML/TextMetrics)
+libweb_js_bindings(HTML/VideoTrack)
+libweb_js_bindings(HTML/VideoTrackList)
libweb_js_bindings(HTML/Window GLOBAL)
libweb_js_bindings(HTML/Worker)
libweb_js_bindings(HTML/WorkerGlobalScope)