1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:07:35 +00:00

LibWeb: Port CSSKeyframeRules interface from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-08-27 19:03:48 +12:00 committed by Andrew Kaster
parent 15334a68df
commit f3e5335096
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#import <CSS/CSSRule.idl>
[Exposed=Window]
[Exposed=Window, UseNewAKString]
interface CSSKeyframeRule : CSSRule {
attribute CSSOMString keyText;
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;