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.
This commit is contained in:
Timothy Flynn 2022-09-26 08:43:24 -04:00 committed by Linus Groh
commit eb0657c23e
Notes: sideshowbarker 2024-07-17 06:37:54 +09:00

View file

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