Closed
Description
A lot of the WebIDL files are malformed in the same way: they have an interface declaration like so:
interface nameofinterface;
which is not valid WebIDL. The valid equivalent is
interface nameofinterface {};
We could either change all the webidl files to be correct, or adapt the parser to handle the above form.
Metadata
Metadata
Assignees
Labels
No labels