Index: third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl |
diff --git a/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl |
index 26677e81bfca07a33ac0c3f69bad2251f4e75460..e684bc32724fad22bc05a1fb66af99b54b3d8a56 100644 |
--- a/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl |
+++ b/third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl |
@@ -22,9 +22,6 @@ class {{namespace}}ElementFactory { |
static {{namespace}}Element* create{{namespace}}Element( |
const AtomicString& localName, |
Document&, |
- {% if namespace == 'HTML' %} |
- HTMLFormElement* = 0, |
- {% endif %} |
CreateElementFlags flags = CreatedByParser); |
}; |