Make GeckoDeclarationBlock refcounted.

This commit is contained in:
Xidorn Quan 2016-08-19 14:49:27 +10:00
parent 7aa0071e9b
commit 2f4d6b5ce1
4 changed files with 61 additions and 32 deletions

View file

@ -148,7 +148,10 @@ COMPILATION_TARGETS = {
"void_types": [
"nsINode", "nsIDocument", "nsIPrincipal", "nsIURI",
],
"servo_arc_types": ["ServoComputedValues", "RawServoStyleSheet"]
"servo_arc_types": [
"ServoComputedValues", "RawServoStyleSheet",
"ServoDeclarationBlock"
]
},
"atoms": {