Whitelist ThreadSafeFooHolder types in bindings.rs.

This commit is contained in:
Cameron McCormack 2016-11-03 11:56:16 +08:00
parent 70641a777a
commit 5bae1e0262

View file

@ -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.