mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-06-18 15:52:21 +00:00
LibWeb+LibIDL: Remove support for #import directives during parsing
These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
This commit is contained in:
parent
ba741994dd
commit
cc6e048bd6
Notes:
github-actions[bot]
2026-04-24 18:09:33 +00:00
Author: https://github.com/shannonbooth
Commit: cc6e048bd6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/9064
527 changed files with 10 additions and 1840 deletions
|
|
@ -1,6 +1,3 @@
|
|||
#import <DOM/HTMLCollection.idl>
|
||||
#import <HTML/RadioNodeList.idl>
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#htmlformcontrolscollection
|
||||
[Exposed=Window]
|
||||
interface HTMLFormControlsCollection : HTMLCollection {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue