mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 13:17:43 +00:00
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:
parent
f6ee7a54ea
commit
eb0657c23e
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue