From cce50b184166669cda2df5c44df2b548d9021ce2 Mon Sep 17 00:00:00 2001 From: Jonah Date: Wed, 5 Jul 2023 20:20:16 -0500 Subject: [PATCH] LibWeb: Add MathML Namespace to IDL Generator This will make the codegen produce code for MathML IDL that doesn't fail to compile in confusing ways. --- .../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 8c95cba9e8..f615e9a603 100644 --- a/Meta/Lagom/Tools/CodeGenerators/LibWeb/BindingsGenerator/Namespaces.h +++ b/Meta/Lagom/Tools/CodeGenerators/LibWeb/BindingsGenerator/Namespaces.h @@ -25,6 +25,7 @@ static constexpr Array libweb_interface_namespaces = { "HighResolutionTime"sv, "Internals"sv, "IntersectionObserver"sv, + "MathML"sv, "NavigationTiming"sv, "RequestIdleCallback"sv, "ResizeObserver"sv,