| Index: core/scripts/templates/InternalRuntimeFlags.idl.tmpl
|
| diff --git a/core/scripts/templates/InternalRuntimeFlags.idl.tmpl b/core/scripts/templates/InternalRuntimeFlags.idl.tmpl
|
| index f0161f97e55b763e88190080cdacbd89f99c2924..92838f258a510354fc1cd48951f2326a4bd4ba57 100644
|
| --- a/core/scripts/templates/InternalRuntimeFlags.idl.tmpl
|
| +++ b/core/scripts/templates/InternalRuntimeFlags.idl.tmpl
|
| @@ -9,10 +9,6 @@
|
| it's possible that some can be and should be conditionally readonly.
|
| #}
|
| {% if feature.condition -%} [Conditional={{feature.condition}}] {% endif -%}
|
| - {% if feature.writeable %}
|
| - attribute boolean {{feature.first_lowered_name}}Enabled;
|
| - {% else %}
|
| readonly attribute boolean {{feature.first_lowered_name}}Enabled;
|
| - {% endif %}
|
| {%- endfor %}
|
| };
|
|
|