mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Whitelist ThreadSafeFooHolder types in bindings.rs.
This commit is contained in:
parent
70641a777a
commit
5bae1e0262
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ COMPILATION_TARGETS = {
|
||||||
"RawGeckoDocument",
|
"RawGeckoDocument",
|
||||||
"RawGeckoElement",
|
"RawGeckoElement",
|
||||||
"RawGeckoNode",
|
"RawGeckoNode",
|
||||||
|
"ThreadSafe.*Holder",
|
||||||
],
|
],
|
||||||
|
|
||||||
# Types to just use from the `structs` target.
|
# Types to just use from the `structs` target.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue