From c30f7a3f69ed1ce40dff60e5329808f0cec16034 Mon Sep 17 00:00:00 2001 From: Xidorn Quan Date: Tue, 19 Jul 2016 14:22:26 +1000 Subject: [PATCH] Restore mistakenly removed code --- ports/geckolib/gecko_bindings/tools/regen.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ports/geckolib/gecko_bindings/tools/regen.py b/ports/geckolib/gecko_bindings/tools/regen.py index 9c4acfdaa43..d2cf66a0f54 100755 --- a/ports/geckolib/gecko_bindings/tools/regen.py +++ b/ports/geckolib/gecko_bindings/tools/regen.py @@ -126,6 +126,9 @@ COMPILATION_TARGETS = { "nsMainThreadPtrHolder", "nscolor", "nsFont", "FontFamilyList", "FontFamilyType", "nsIAtom", ], + "void_types": [ + "nsINode", "nsIDocument", "nsIPrincipal", "nsIURI", + ] } }