| Index: third_party/WebKit/Source/bindings/scripts/generate_global_constructors.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/generate_global_constructors.py b/third_party/WebKit/Source/bindings/scripts/generate_global_constructors.py
|
| index 5ad7ff664b51706f180f076f4b88c0789551df4b..0823e39848660a8f66c5e65de6e86816feaa1813 100755
|
| --- a/third_party/WebKit/Source/bindings/scripts/generate_global_constructors.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/generate_global_constructors.py
|
| @@ -105,7 +105,7 @@ def record_global_constructors(idl_filename):
|
| def generate_global_constructors_list(interface_name, extended_attributes):
|
| extended_attributes_list = [
|
| name + '=' + extended_attributes[name]
|
| - for name in 'Conditional', 'RuntimeEnabled'
|
| + for name in 'Conditional', 'RuntimeEnabled', 'APIExperimentEnabled'
|
| if name in extended_attributes]
|
| if extended_attributes_list:
|
| extended_string = '[%s] ' % ', '.join(extended_attributes_list)
|
|
|