diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2016-10-13 17:15:01 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2016-10-14 00:44:07 +0530 |
commit | 17a46418dc3f313d3ceed8bd2bc46f42ade58eb9 (patch) | |
tree | 6ce2d28f8e0063c6db1e55227f687f77d72ba989 /components/style/binding_tools | |
parent | 2bde9462b1d5ca98f2da8b05dad5d377ab93e7ed (diff) | |
download | servo-17a46418dc3f313d3ceed8bd2bc46f42ade58eb9.tar.gz servo-17a46418dc3f313d3ceed8bd2bc46f42ade58eb9.zip |
Add bindings for constructing nsStyleQuoteValues
MozReview-Commit-ID: EjuzgZKMpPp
Diffstat (limited to 'components/style/binding_tools')
-rwxr-xr-x | components/style/binding_tools/regen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/binding_tools/regen.py b/components/style/binding_tools/regen.py index d179cc879f4..792b24e9656 100755 --- a/components/style/binding_tools/regen.py +++ b/components/style/binding_tools/regen.py @@ -228,7 +228,7 @@ COMPILATION_TARGETS = { "StyleBasicShapeType", "StyleBasicShape", "nsCSSShadowArray", "nsIPrincipal", "nsIURI", "RawGeckoNode", "RawGeckoElement", "RawGeckoDocument", - "nsString" + "nsString", "nsStyleQuoteValues" ], "servo_nullable_arc_types": [ "ServoComputedValues", "RawServoStyleSheet", |