From ee890ecff26d88026c463ea8c9e80e9090275275 Mon Sep 17 00:00:00 2001 From: Bobby Holley Date: Wed, 6 Jul 2016 10:51:32 -0700 Subject: [PATCH] Update binding blacklist to account for rename of nsProxyReleaseEvent to ProxyReleaseEvent. --- ports/geckolib/gecko_bindings/tools/regen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/geckolib/gecko_bindings/tools/regen.py b/ports/geckolib/gecko_bindings/tools/regen.py index d252edda447..c21f56f6814 100755 --- a/ports/geckolib/gecko_bindings/tools/regen.py +++ b/ports/geckolib/gecko_bindings/tools/regen.py @@ -78,7 +78,7 @@ COMPILATION_TARGETS = { ], "blacklist": [ "IsDestructibleFallbackImpl", "IsDestructibleFallback", - "nsProxyReleaseEvent", "FallibleTArray", "nsTArray_Impl", + "ProxyReleaseEvent", "FallibleTArray", "nsTArray_Impl", "__is_tuple_like_impl", "tuple_size", "tuple", "__make_pair_return_impl", "__make_pair_return", "tuple_element", "_Itup_cat", "AnimationEffectTimingProperties",