| 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 e98f558eae249c4d0ec04e8a496123b0e013e6c1..764dbf52e631bae7780b8643165f6a38a3728521 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):
|
| 'depends_on': [],
|
| 'custom': False,
|
| 'status': None,
|
| + 'set_from_internals': False,
|
| }
|
|
|
| def __init__(self, in_file_path):
|
|
|