mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 08:57:34 +09:00
Issue #2490 - Part 17: Convert CSSKeyframeRule to WebIDL.
This commit is contained in:
parent
f0de637255
commit
89d96e0226
8 changed files with 33 additions and 18 deletions
|
|
@ -222,6 +222,11 @@ DOMInterfaces = {
|
|||
'nativeType': 'mozilla::css::ImportRule',
|
||||
},
|
||||
|
||||
'CSSKeyframeRule': {
|
||||
'nativeType': 'nsCSSKeyframeRule',
|
||||
'headerFile': 'nsCSSRules.h',
|
||||
},
|
||||
|
||||
'CSSLexer': {
|
||||
'wrapperCache': False
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue