Index: Source/build/scripts/name_macros.py |
diff --git a/Source/build/scripts/name_macros.py b/Source/build/scripts/name_macros.py |
index 754f931aafe21619acebfd24321327a9abfe5447..a1655bd4f2c66775bbb6b643b22b891e2ae9780e 100644 |
--- a/Source/build/scripts/name_macros.py |
+++ b/Source/build/scripts/name_macros.py |
@@ -64,8 +64,8 @@ INTERFACES_HEADER_TEMPLATE = """%(license)s |
class Writer(in_generator.Writer): |
- def __init__(self, in_file_path, enabled_conditions): |
- super(Writer, self).__init__(in_file_path, enabled_conditions) |
+ def __init__(self, in_file_path): |
+ super(Writer, self).__init__(in_file_path) |
self.namespace = self.in_file.parameters['namespace'].strip('"') |
self._entries_by_conditional = {} |
self._unconditional_entries = [] |