| Index: Source/build/scripts/make_internal_runtime_flags.py
|
| diff --git a/Source/build/scripts/make_internal_runtime_flags.py b/Source/build/scripts/make_internal_runtime_flags.py
|
| index 522e00f596228c1d322600fc4e5d1036962e66bc..5a686f474d3ff12cae390befd7fa10e3ec2b9cc2 100755
|
| --- a/Source/build/scripts/make_internal_runtime_flags.py
|
| +++ b/Source/build/scripts/make_internal_runtime_flags.py
|
| @@ -40,8 +40,8 @@ import template_expander
|
| class InternalRuntimeFlagsWriter(make_runtime_features.RuntimeFeatureWriter):
|
| class_name = "InternalRuntimeFlags"
|
|
|
| - def __init__(self, in_file_path, enabled_conditions):
|
| - super(InternalRuntimeFlagsWriter, self).__init__(in_file_path, enabled_conditions)
|
| + def __init__(self, in_file_path):
|
| + super(InternalRuntimeFlagsWriter, self).__init__(in_file_path)
|
| self._outputs = {(self.class_name + ".idl"): self.generate_idl,
|
| (self.class_name + ".h"): self.generate_header,
|
| }
|
|
|