| Index: third_party/WebKit/Source/bindings/templates/partial_interface.h
|
| diff --git a/third_party/WebKit/Source/bindings/templates/partial_interface.h b/third_party/WebKit/Source/bindings/templates/partial_interface.h
|
| index c9286e369eb3b7482547bd7e8ff2975b42824400..f5e215992af5a55e05880871cb1b344467d56daf 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/partial_interface.h
|
| +++ b/third_party/WebKit/Source/bindings/templates/partial_interface.h
|
| @@ -28,7 +28,7 @@ public:
|
| static void {{attribute.name}}AttributeSetterCustom(v8::Local<v8::Value>, const v8::PropertyCallbackInfo<void>&);
|
| {% endif %}
|
| {% endfor %}
|
| - {% if unscopeables or has_conditional_attributes_on_prototype or
|
| + {% if unscopables or has_conditional_attributes_on_prototype or
|
| methods | conditionally_exposed(is_partial) %}
|
| static void preparePrototypeAndInterfaceObject(v8::Local<v8::Context>, const DOMWrapperWorld&, v8::Local<v8::Object>, v8::Local<v8::Function>, v8::Local<v8::FunctionTemplate>);
|
| {% endif %}
|
|
|