diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-11-03 08:12:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-03 08:12:37 -0500 |
commit | dafc57e8abb3723e62e32e82ef04eb770eee2ea2 (patch) | |
tree | db2bb8bf4fa6933db5bf6830ba90a08bc786fdd0 /components/style/binding_tools/regen.py | |
parent | 9fcc9d9d3f59428bf19f950bd79ab257d59e3d16 (diff) | |
parent | ab90ac91de0435e8ef6cb0856aa6775d37317d97 (diff) | |
download | servo-dafc57e8abb3723e62e32e82ef04eb770eee2ea2.tar.gz servo-dafc57e8abb3723e62e32e82ef04eb770eee2ea2.zip |
Auto merge of #14041 - heycam:bindings-update-3, r=emilio
Regenerate bindings.
<!-- Please describe your changes on the following line: -->
Gecko bindings regeneration for latest stylo branch tip: https://hg.mozilla.org/incubator/stylo/rev/30359e047e9b24b073a9e996b4b3f843f2c5ff8f
r? @Manishearth
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- 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/14041)
<!-- Reviewable:end -->
Diffstat (limited to 'components/style/binding_tools/regen.py')
-rwxr-xr-x | components/style/binding_tools/regen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/binding_tools/regen.py b/components/style/binding_tools/regen.py index 53ade1bf1e7..6fcbf25b9c9 100755 --- a/components/style/binding_tools/regen.py +++ b/components/style/binding_tools/regen.py @@ -256,6 +256,7 @@ COMPILATION_TARGETS = { "RawGeckoDocument", "RawGeckoElement", "RawGeckoNode", + "ThreadSafe.*Holder", ], # Types to just use from the `structs` target. |