浏览代码

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 年之前
父节点
当前提交
cce50b1841
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Meta/Lagom/Tools/CodeGenerators/LibWeb/BindingsGenerator/Namespaces.h

+ 1 - 0
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,