Index: third_party/WebKit/Source/build/scripts/make_runtime_features.py |
diff --git a/third_party/WebKit/Source/build/scripts/make_runtime_features.py b/third_party/WebKit/Source/build/scripts/make_runtime_features.py |
index 206d147d7930f28256062a1ef81a79711652a02b..068c53d2734dc8a020f7dd4502c3ce593ac80ff9 100755 |
--- a/third_party/WebKit/Source/build/scripts/make_runtime_features.py |
+++ b/third_party/WebKit/Source/build/scripts/make_runtime_features.py |
@@ -43,13 +43,14 @@ class RuntimeFeatureWriter(in_generator.Writer): |
'status': ['stable', 'experimental', 'test'], |
} |
defaults = { |
- 'origin_trial_feature_name': None, |
'condition': None, |
- 'implied_by': [], |
- 'depends_on': [], |
'custom': False, |
- 'status': None, |
+ 'depends_on': [], |
+ 'feature_policy': None, |
+ 'implied_by': [], |
+ 'origin_trial_feature_name': None, |
'settable_from_internals': False, |
+ 'status': None, |
} |
def __init__(self, in_file_path): |