diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-12-04 01:52:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-04 01:52:59 -0800 |
commit | 85f569bd67b5bb62f4d9eea7c328dfa7e89e87ea (patch) | |
tree | 559d24f0f63fa29f1bd8b1fc7331aa672f73340c /components/style/binding_tools/regen.py | |
parent | ea59e7bb68e83ac2631dcdad24f270bff68092eb (diff) | |
parent | 5aef34934193c93354481a2180aeb62197d463fd (diff) | |
download | servo-85f569bd67b5bb62f4d9eea7c328dfa7e89e87ea.tar.gz servo-85f569bd67b5bb62f4d9eea7c328dfa7e89e87ea.zip |
Auto merge of #14457 - heycam:bindings-update-8, r=Manishearth
update stylo bindings
<!-- Please describe your changes on the following line: -->
Update stylo bindings for the latest mozilla-central sync.
r? @Manishearth
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14457)
<!-- Reviewable:end -->
Diffstat (limited to 'components/style/binding_tools/regen.py')
-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 62f5a719daf..e220c9cdeda 100755 --- a/components/style/binding_tools/regen.py +++ b/components/style/binding_tools/regen.py @@ -96,6 +96,7 @@ COMPILATION_TARGETS = { "FrameRequestCallback", "gfxAlternateValue", "gfxFontFeature", + "gfxFontVariation", "GridNamedArea", "Image", "ImageURL", @@ -291,7 +292,6 @@ COMPILATION_TARGETS = { "nsIURI", "nsMainThreadPtrHolder", "nsRestyleHint", - "nsString", "nsStyleBackground", "nsStyleBorder", "nsStyleColor", |