mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
LibWeb: Resolve circular IDL imports
These circular imports led to the generator silently failing to generate the required methods/properties.
This commit is contained in:
parent
8da0c36212
commit
d4b2eb22e1
8 changed files with 11 additions and 14 deletions
|
@ -1,4 +1,3 @@
|
|||
#import <DOM/Element.idl>
|
||||
#import <DOM/HTMLCollection.idl>
|
||||
#import <DOM/Node.idl>
|
||||
|
||||
|
@ -16,7 +15,3 @@ interface mixin ParentNode {
|
|||
Element? querySelector(DOMString selectors);
|
||||
[NewObject] NodeList querySelectorAll(DOMString selectors);
|
||||
};
|
||||
|
||||
Document includes ParentNode;
|
||||
DocumentFragment includes ParentNode;
|
||||
Element includes ParentNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue