From 5bae1e02621d8cb6bf000626cd9511fecf6109b3 Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Thu, 3 Nov 2016 11:56:16 +0800 Subject: [PATCH] Whitelist ThreadSafeFooHolder types in bindings.rs. --- components/style/binding_tools/regen.py | 1 + 1 file changed, 1 insertion(+) 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.