浏览代码

LibWeb: Add WebIDL to the IDL generator's list of web namespaces

Without this, the generated DOMExceptionConstructor does not refer to
the WebIDL::DOMException with its fully qualified name. This caused an
ambiguity error on my machine.
Timothy Flynn 2 年之前
父节点
当前提交
eb0657c23e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Meta/Lagom/Tools/CodeGenerators/LibWeb/BindingsGenerator/main.cpp

+ 1 - 0
Meta/Lagom/Tools/CodeGenerators/LibWeb/BindingsGenerator/main.cpp

@@ -93,6 +93,7 @@ int main(int argc, char** argv)
         "UIEvents"sv,
         "URL"sv,
         "WebGL"sv,
+        "WebIDL"sv,
         "WebSockets"sv,
         "XHR"sv,
     };