1
Fork 0
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:
Shannon Booth 2023-08-26 17:28:31 +12:00 committed by Andrew Kaster
parent ff45874d4e
commit cf733d309e
6 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
#import <CSS/CSSGroupingRule.idl>
[Exposed=Window]
[Exposed=Window, UseNewAKString]
interface CSSConditionRule : CSSGroupingRule {
attribute CSSOMString conditionText;
};