Chromium Code Reviews| 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..012d681ee3521f3f8d00a12027c5847ab26e0bc2 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, |
| + 'experimental_feature_name': None, |
|
chasej
2016/01/26 16:56:52
Subject to change, based on comment on naming for
iclelland
2016/01/26 19:05:48
Acknowledged.
iclelland
2016/01/27 18:56:46
Done.
|
| 'condition': None, |
| 'implied_by': [], |
| 'depends_on': [], |