Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: third_party/WebKit/Source/build/scripts/templates/ElementFactory.h.tmpl

Issue 2561043002: Clean-up after Form Association Refactoring (Closed)
Patch Set: Removed constructorNeedsFormElement from scripts and HTMLTagNames Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698