mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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:
parent
d978c762bc
commit
cce50b1841
Notes:
sideshowbarker
2024-07-17 08:27:05 +09:00
Author: https://github.com/Epigenetic Commit: https://github.com/SerenityOS/serenity/commit/cce50b1841 Pull-request: https://github.com/SerenityOS/serenity/pull/20269 Reviewed-by: https://github.com/AtkinsSJ
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ static constexpr Array libweb_interface_namespaces = {
|
|||
"HighResolutionTime"sv,
|
||||
"Internals"sv,
|
||||
"IntersectionObserver"sv,
|
||||
"MathML"sv,
|
||||
"NavigationTiming"sv,
|
||||
"RequestIdleCallback"sv,
|
||||
"ResizeObserver"sv,
|
||||
|
|
Loading…
Reference in a new issue