Index: Source/build/scripts/make_element_factory.py |
diff --git a/Source/build/scripts/make_element_factory.py b/Source/build/scripts/make_element_factory.py |
index f5dd0622ad66dc0a35fa05eb35d54c63589269e7..0a05b465cfa6ed49d2899ff9701922fba7060f89 100755 |
--- a/Source/build/scripts/make_element_factory.py |
+++ b/Source/build/scripts/make_element_factory.py |
@@ -40,6 +40,7 @@ from make_qualified_names import MakeQualifiedNamesWriter |
class MakeElementFactoryWriter(MakeQualifiedNamesWriter): |
defaults = dict(MakeQualifiedNamesWriter.default_parameters, **{ |
'JSInterfaceName': None, |
+ 'Conditional': None, |
'constructorNeedsCreatedByParser': None, |
'constructorNeedsFormElement': None, |
'contextConditional': None, |