| Index: Source/bindings/scripts/generate_global_constructors.py
|
| diff --git a/Source/bindings/scripts/generate_global_constructors.py b/Source/bindings/scripts/generate_global_constructors.py
|
| index 7a27703b7c9874273206265257ca353de17c6d45..3c709698f9d6955d86cf87b42d1337120ca1b96a 100755
|
| --- a/Source/bindings/scripts/generate_global_constructors.py
|
| +++ b/Source/bindings/scripts/generate_global_constructors.py
|
| @@ -103,7 +103,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', 'PerContextEnabled', 'RuntimeEnabled'
|
| + for name in 'Conditional', 'RuntimeEnabled'
|
| if name in extended_attributes]
|
| if extended_attributes_list:
|
| extended_string = '[%s] ' % ', '.join(extended_attributes_list)
|
|
|