Issue #2490 - Part 10: Convert CSSNamespaceRule to WebIDL.

This commit is contained in:
Moonchild 2024-04-03 12:29:31 +02:00 committed by roytam1
commit 95642cb4e5
9 changed files with 26 additions and 16 deletions

View file

@ -201,12 +201,17 @@ DOMInterfaces = {
'wrapperCache': False
},
'CSSNamespaceRule': {
'nativeType': 'mozilla::css::NameSpaceRule',
},
'CSSPrimitiveValue': {
'nativeType': 'nsROCSSPrimitiveValue',
},
'CSSRule': {
'hasXPConnectImpls': True,
'concrete': False,
'nativeType': 'mozilla::css::Rule'
},