Issue #2490 - Part 9b: Add a CSSRule Web IDL interface.

Fix Paris bindings by providing a temporary IID for nsIDOMCSSRule
(thanks FranklinDM!)
This commit is contained in:
Moonchild 2024-04-01 14:42:27 +02:00 • committed by roytam1
commit 264f152ba0
3 changed files with 9 additions and 36 deletions

View file

@ -206,7 +206,7 @@ DOMInterfaces = {
},
'CSSRule': {
# 'hasXPConnectImpls': True,
'hasXPConnectImpls': True,
'nativeType': 'mozilla::css::Rule'
},