mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 18:17:44 +00:00
LibWeb: Port CSSConditionRule interface from DeprecatedString to String
This commit is contained in:
parent
ff45874d4e
commit
cf733d309e
6 changed files with 13 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
#import <CSS/CSSGroupingRule.idl>
|
||||
|
||||
[Exposed=Window]
|
||||
[Exposed=Window, UseNewAKString]
|
||||
interface CSSConditionRule : CSSGroupingRule {
|
||||
attribute CSSOMString conditionText;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue