Issue #2490 - Part 17: Convert CSSKeyframeRule to WebIDL.

This commit is contained in:
Moonchild 2024-04-04 14:00:59 +02:00 committed by roytam1
commit 89d96e0226
8 changed files with 33 additions and 18 deletions

View file

@ -222,6 +222,11 @@ DOMInterfaces = {
'nativeType': 'mozilla::css::ImportRule',
},
'CSSKeyframeRule': {
'nativeType': 'nsCSSKeyframeRule',
'headerFile': 'nsCSSRules.h',
},
'CSSLexer': {
'wrapperCache': False
},