| 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 c44550c0950c8d1e35ea36539489c60dddedda5a..e98f558eae249c4d0ec04e8a496123b0e013e6c1 100755
|
| --- a/third_party/WebKit/Source/build/scripts/make_runtime_features.py
|
| +++ b/third_party/WebKit/Source/build/scripts/make_runtime_features.py
|
| @@ -43,7 +43,7 @@ class RuntimeFeatureWriter(in_generator.Writer):
|
| 'status': ['stable', 'experimental', 'test'],
|
| }
|
| defaults = {
|
| - 'api_name': None,
|
| + 'origin_trial_feature_name': None,
|
| 'condition': None,
|
| 'implied_by': [],
|
| 'depends_on': [],
|
|
|