| Index: third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl b/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| index 5281857de468799383462759aade530836bca6f1..48e4172871d40384e95f72c3b0f69462d5d9e525 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
|
| @@ -572,7 +572,7 @@ const v8::FunctionCallbackInfo<v8::Value>& info
|
|
|
| {##############################################################################}
|
| {% macro install_conditionally_enabled_attributes_on_prototype() %}
|
| -{% for attribute in attributes if (attribute.exposed_test or attribute.secure_context_test) and attribute.on_prototype %}
|
| +{% for attribute in conditionally_enabled_attributes if attribute.on_prototype %}
|
| {% filter exposed(attribute.exposed_test) %}
|
| {% filter secure_context(attribute.secure_context_test) %}
|
| {% filter runtime_enabled(attribute.runtime_enabled_feature_name) %}
|
|
|