| Index: bindings/scripts/generate_global_constructors.py
|
| diff --git a/bindings/scripts/generate_global_constructors.py b/bindings/scripts/generate_global_constructors.py
|
| index 5ad7ff664b51706f180f076f4b88c0789551df4b..6965f9afd3723f48ca7cdf70b691ab6ff1c80e52 100755
|
| --- a/bindings/scripts/generate_global_constructors.py
|
| +++ b/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 'RuntimeEnabled', 'OriginTrialEnabled'
|
| if name in extended_attributes]
|
| if extended_attributes_list:
|
| extended_string = '[%s] ' % ', '.join(extended_attributes_list)
|
|
|