| 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 784d9e5f1474050351203c3974e4967164f89135..48d83cc9d66fe3a2240606fc487218833f8d0cb7 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| +++ b/third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| @@ -12,7 +12,7 @@ namespace blink {
|
| {% set visit_dom_wrapper = '%s::visitDOMWrapper' % v8_class
|
| if has_visit_dom_wrapper else '0' %}
|
| {% set has_prepare_prototype_and_interface_object =
|
| - unscopeables or has_conditional_attributes_on_prototype or
|
| + unscopables or has_conditional_attributes_on_prototype or
|
| methods | conditionally_exposed(is_partial) %}
|
| {% set prepare_prototype_and_interface_object_func =
|
| '%s::preparePrototypeAndInterfaceObject' % v8_class
|
|
|