Index: third_party/WebKit/Source/bindings/templates/interface.h.tmpl |
diff --git a/third_party/WebKit/Source/bindings/templates/interface.h.tmpl b/third_party/WebKit/Source/bindings/templates/interface.h.tmpl |
index ce9ec3a45ea02582b0a6a2ab3960ea56cb85e6a4..3b08508f4fd4f37833a587eb32e1fe3581983377 100644 |
--- a/third_party/WebKit/Source/bindings/templates/interface.h.tmpl |
+++ b/third_party/WebKit/Source/bindings/templates/interface.h.tmpl |
@@ -95,8 +95,6 @@ public: |
{% endif %} |
{% if has_custom_constructor %} |
static void constructorCustom(const v8::FunctionCallbackInfo<v8::Value>&); |
- {% elif has_html_constructor %} |
- static void HTMLConstructor(const v8::FunctionCallbackInfo<v8::Value>&); |
{% endif %} |
{% for attribute in attributes %} |
{% if attribute.has_custom_getter %}{# FIXME: and not attribute.implemented_by #} |