mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibWeb: Port CSSConditionRule interface from DeprecatedString to String
This commit is contained in:
parent
ff45874d4e
commit
cf733d309e
Notes:
sideshowbarker
2024-07-16 22:16:50 +09:00
Author: https://github.com/shannonbooth
Commit: cf733d309e
Pull-request: https://github.com/SerenityOS/serenity/pull/20799
Reviewed-by: https://github.com/ADKaster ✅
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