mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
IDL: Add missing #imports
This commit is contained in:
parent
3ff481938e
commit
1a94241f58
30 changed files with 47 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#import <CSS/CSSRule.idl>
|
||||
#import <CSS/CSSStyleDeclaration.idl>
|
||||
|
||||
// https://drafts.csswg.org/css-animations-1/#interface-csskeyframerule-idl
|
||||
[Exposed=Window]
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#import <CSS/CSSRule.idl>
|
||||
#import <CSS/CSSKeyframeRule.idl>
|
||||
|
||||
// https://drafts.csswg.org/css-animations-1/#interface-csskeyframesrule
|
||||
[Exposed=Window]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#import <CSS/CSSRule.idl>
|
||||
#import <CSS/CSSRuleList.idl>
|
||||
#import <CSS/StyleSheet.idl>
|
||||
|
||||
// https://drafts.csswg.org/cssom/#cssstylesheet
|
||||
[Exposed=Window]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue