From 296a81c4b8d8fbb1dc00f33eb9bddd301a998f94 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sat, 12 Apr 2025 08:27:37 -0400 Subject: [PATCH] LibWeb: Add Streams to the list of IDL interface namespaces Otherwise, we are not able to generate a fully qualified name for Streams objects. --- .../Tools/CodeGenerators/LibWeb/BindingsGenerator/Namespaces.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/Lagom/Tools/CodeGenerators/LibWeb/BindingsGenerator/Namespaces.h b/Meta/Lagom/Tools/CodeGenerators/LibWeb/BindingsGenerator/Namespaces.h index c9dbf2167c5..d460969bfda 100644 --- a/Meta/Lagom/Tools/CodeGenerators/LibWeb/BindingsGenerator/Namespaces.h +++ b/Meta/Lagom/Tools/CodeGenerators/LibWeb/BindingsGenerator/Namespaces.h @@ -36,6 +36,7 @@ static constexpr Array libweb_interface_namespaces = { "SVG"sv, "Selection"sv, "ServiceWorker"sv, + "Streams"sv, "UIEvents"sv, "URLPattern"sv, "WebAudio"sv,