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
commit cf733d309e
Notes: sideshowbarker 2024-07-16 22:16:50 +09:00
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;
};