| 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..24515df18fb983030e4c22d0e537767cb1684e66 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': [],
|
| 'settable_from_internals': False,
|
| 'status': None,
|
| }
|
|
|