Procházet zdrojové kódy

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 před 2 roky
rodič
revize
eb0657c23e

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

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