| Index: Source/bindings/templates/interface.h
|
| diff --git a/Source/bindings/templates/interface.h b/Source/bindings/templates/interface.h
|
| index a558ef4de0da637f8c3d715b06a7940a22c4c953..65957c18a5fc3aa4b073b59380d88677ad28ea4e 100644
|
| --- a/Source/bindings/templates/interface.h
|
| +++ b/Source/bindings/templates/interface.h
|
| @@ -166,7 +166,7 @@ public:
|
| static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*){% if has_conditional_attributes %};
|
| {% else %} { }
|
| {% endif %}
|
| - static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object>){% if unscopeables or conditionally_enabled_methods %};
|
| + static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object> prototypeObject, v8::Local<v8::FunctionTemplate> interfaceTemplate){% if has_conditional_member_on_prototype %};
|
| {% else %} { }
|
| {% endif %}
|
| {% if has_partial_interface %}
|
|
|