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 068c53d2734dc8a020f7dd4502c3ce593ac80ff9..d3f3fe12f17cc3f68949e22a19b492803200f178 100755 |
--- a/third_party/WebKit/Source/build/scripts/make_runtime_features.py |
+++ b/third_party/WebKit/Source/build/scripts/make_runtime_features.py |
@@ -49,6 +49,7 @@ class RuntimeFeatureWriter(in_generator.Writer): |
'feature_policy': None, |
'implied_by': [], |
'origin_trial_feature_name': None, |
+ 'origin_trial_os_whitelist': [], |
dglazkov
2016/09/29 15:59:47
just origin_trial_os? Also, will you need to modif
Sam McNally
2016/10/04 01:54:03
Done.
|
'settable_from_internals': False, |
'status': None, |
} |