1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:48:11 +00:00

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.
This commit is contained in:
Jonah 2023-07-05 20:20:16 -05:00 committed by Sam Atkins
parent d978c762bc
commit cce50b1841

View file

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