| Index: Source/bindings/templates/interface.h
|
| diff --git a/Source/bindings/templates/interface.h b/Source/bindings/templates/interface.h
|
| index 4261275f3a5e00acd733fd9353c4b72969320650..fcd99bc2cfdaa0cab89e64b6b2fdd1e3defceabd 100644
|
| --- a/Source/bindings/templates/interface.h
|
| +++ b/Source/bindings/templates/interface.h
|
| @@ -77,9 +77,6 @@ public:
|
| {% if is_active_dom_object %}
|
| static ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object>);
|
| {% endif %}
|
| - {% if is_event_target %}
|
| - static EventTarget* toEventTarget(v8::Handle<v8::Object>);
|
| - {% endif %}
|
| {% if interface_name == 'Window' %}
|
| static v8::Handle<v8::ObjectTemplate> getShadowObjectTemplate(v8::Isolate*);
|
| {% endif %}
|
|
|