Add stylo FFI for CSSStyleRule

This commit is contained in:
Xidorn Quan 2016-11-23 10:32:18 +11:00
parent 9d4ab0d3e9
commit a9296bc89c
4 changed files with 50 additions and 4 deletions

View file

@ -335,7 +335,8 @@ COMPILATION_TARGETS = {
"ServoComputedValues",
"ServoCssRules",
"RawServoStyleSheet",
"RawServoDeclarationBlock"
"RawServoDeclarationBlock",
"RawServoStyleRule",
],
"servo_owned_types": [
"RawServoStyleSet",