diff options
-rwxr-xr-x | ports/geckolib/gecko_bindings/tools/regen.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", |