LibWeb: Add Streams to the list of IDL interface namespaces

Otherwise, we are not able to generate a fully qualified name for
Streams objects.
This commit is contained in:
Timothy Flynn 2025-04-12 08:27:37 -04:00
commit 242b8d65fd

View file

@ -36,6 +36,7 @@ static constexpr Array libweb_interface_namespaces = {
"SVG"sv, "SVG"sv,
"Selection"sv, "Selection"sv,
"ServiceWorker"sv, "ServiceWorker"sv,
"Streams"sv,
"UIEvents"sv, "UIEvents"sv,
"URLPattern"sv, "URLPattern"sv,
"WebAudio"sv, "WebAudio"sv,