| Index: third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/templates/interface_base.cpp b/third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| index 61f832f677a4da30a48d1660825e288062afd4a5..1ea037fe52ae7869108177bcca360bbdd6bb7cd7 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| +++ b/third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| @@ -297,7 +297,7 @@ static void install{{v8_class}}Template(v8::Isolate* isolate, const DOMWrapperWo
|
| prototypeTemplate->SetIntrinsicDataProperty(v8::Symbol::GetIterator(isolate), v8::kArrayProto_values, v8::DontEnum);
|
| {% endif %}
|
|
|
| - {%- for group in attributes | runtime_enabled_attributes | groupby('runtime_feature_name') %}{{newline}}
|
| + {%- for group in attributes | purely_runtime_enabled_attributes | groupby('runtime_feature_name') %}{{newline}}
|
| if ({{group.list[0].runtime_enabled_function}}()) {
|
| {% for attribute in group.list | unique_by('name') | sort %}
|
| {% if attribute.is_data_type_property %}
|
|
|