Issue #2490 - Part 18: Convert CSSKeyframesRule to WebIDL.

This commit is contained in:
Moonchild 2024-04-04 14:13:43 +02:00 • committed by roytam1
commit b984856d8f
8 changed files with 41 additions and 24 deletions

View file

@ -227,6 +227,11 @@ DOMInterfaces = {
'headerFile': 'nsCSSRules.h',
},
'CSSKeyframesRule': {
'nativeType': 'nsCSSKeyframesRule',
'headerFile': 'nsCSSRules.h',
},
'CSSLexer': {
'wrapperCache': False
},