Browse Source

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.
Jonah 2 years ago
parent
commit
cce50b1841

+ 1 - 0
Meta/Lagom/Tools/CodeGenerators/LibWeb/BindingsGenerator/Namespaces.h

@@ -25,6 +25,7 @@ static constexpr Array libweb_interface_namespaces = {
     "HighResolutionTime"sv,
     "HighResolutionTime"sv,
     "Internals"sv,
     "Internals"sv,
     "IntersectionObserver"sv,
     "IntersectionObserver"sv,
+    "MathML"sv,
     "NavigationTiming"sv,
     "NavigationTiming"sv,
     "RequestIdleCallback"sv,
     "RequestIdleCallback"sv,
     "ResizeObserver"sv,
     "ResizeObserver"sv,