aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/binding_tools/regen.py
diff options
context:
space:
mode:
authorXidorn Quan <me@upsuper.org>2016-11-29 23:02:05 +1100
committerXidorn Quan <me@upsuper.org>2016-12-01 16:20:02 +1100
commitbddd467c0e79257303e5a8785cd7059b4927ff40 (patch)
treea1136f713b3645431638030012b25b1f003556d5 /components/style/binding_tools/regen.py
parent22c8df150af341064abac25a26768c8c1517df1f (diff)
downloadservo-bddd467c0e79257303e5a8785cd7059b4927ff40.tar.gz
servo-bddd467c0e79257303e5a8785cd7059b4927ff40.zip
Add insertRule/deleteRule support for stylo
Diffstat (limited to 'components/style/binding_tools/regen.py')
-rwxr-xr-xcomponents/style/binding_tools/regen.py3
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",