mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Make GeckoDeclarationBlock refcounted.
This commit is contained in:
parent
7aa0071e9b
commit
2f4d6b5ce1
4 changed files with 61 additions and 32 deletions
|
@ -148,7 +148,10 @@ COMPILATION_TARGETS = {
|
|||
"void_types": [
|
||||
"nsINode", "nsIDocument", "nsIPrincipal", "nsIURI",
|
||||
],
|
||||
"servo_arc_types": ["ServoComputedValues", "RawServoStyleSheet"]
|
||||
"servo_arc_types": [
|
||||
"ServoComputedValues", "RawServoStyleSheet",
|
||||
"ServoDeclarationBlock"
|
||||
]
|
||||
},
|
||||
|
||||
"atoms": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue