diff options
author | Xidorn Quan <me@upsuper.org> | 2016-11-29 23:02:05 +1100 |
---|---|---|
committer | Xidorn Quan <me@upsuper.org> | 2016-12-01 16:20:02 +1100 |
commit | bddd467c0e79257303e5a8785cd7059b4927ff40 (patch) | |
tree | a1136f713b3645431638030012b25b1f003556d5 /components/style/binding_tools/regen.py | |
parent | 22c8df150af341064abac25a26768c8c1517df1f (diff) | |
download | servo-bddd467c0e79257303e5a8785cd7059b4927ff40.tar.gz servo-bddd467c0e79257303e5a8785cd7059b4927ff40.zip |
Add insertRule/deleteRule support for stylo
Diffstat (limited to 'components/style/binding_tools/regen.py')
-rwxr-xr-x | components/style/binding_tools/regen.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/style/binding_tools/regen.py b/components/style/binding_tools/regen.py index 1c7e193fa13..62f5a719daf 100755 --- a/components/style/binding_tools/regen.py +++ b/components/style/binding_tools/regen.py @@ -277,7 +277,6 @@ COMPILATION_TARGETS = { "StyleBasicShape", "StyleBasicShapeType", "StyleClipPath", - "nscoord", "nsCSSKeyword", "nsCSSShadowArray", "nsCSSValue", @@ -331,6 +330,8 @@ COMPILATION_TARGETS = { "nsStyleVariables", "nsStyleVisibility", "nsStyleXUL", + "nscoord", + "nsresult", ], "array_types": { "uintptr_t": "usize", |