Chromium Code Reviews| Index: Source/core/scripts/make_runtime_features.py |
| diff --git a/Source/core/scripts/make_runtime_features.py b/Source/core/scripts/make_runtime_features.py |
| index 1454f09f1b98a97bd424c63bb8b9490462c8b41e..d5f46fc47816b3fe44c07bb0545f1a87751f9c91 100755 |
| --- a/Source/core/scripts/make_runtime_features.py |
| +++ b/Source/core/scripts/make_runtime_features.py |
| @@ -44,6 +44,7 @@ class RuntimeFeatureWriter(in_generator.Writer): |
| } |
| defaults = { |
| 'condition' : None, |
| + 'command_line_flag': False, |
| 'depends_on' : [], |
| 'custom': False, |
| 'status': None, |