mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 17:47:44 +00:00
LibWeb: Add imports to all IDL files that depend on others
This commit is contained in:
parent
eccdf4eb4b
commit
a59800b4a0
127 changed files with 303 additions and 2 deletions
|
@ -1,3 +1,19 @@
|
|||
#import <CSS/StyleSheetList.idl>
|
||||
#import <DOM/Comment.idl>
|
||||
#import <DOM/DOMImplementation.idl>
|
||||
#import <DOM/DocumentFragment.idl>
|
||||
#import <DOM/DocumentType.idl>
|
||||
#import <DOM/Element.idl>
|
||||
#import <DOM/Event.idl>
|
||||
#import <DOM/HTMLCollection.idl>
|
||||
#import <DOM/Node.idl>
|
||||
#import <DOM/NodeList.idl>
|
||||
#import <DOM/Range.idl>
|
||||
#import <DOM/Text.idl>
|
||||
#import <HTML/HTMLElement.idl>
|
||||
#import <HTML/HTMLHeadElement.idl>
|
||||
#import <HTML/HTMLScriptElement.idl>
|
||||
|
||||
interface Document : Node {
|
||||
|
||||
constructor();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue