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

Unified Diff: third_party/WebKit/Source/build/scripts/make_element_type_helpers.py

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/make_element_type_helpers.py
diff --git a/third_party/WebKit/Source/build/scripts/make_element_type_helpers.py b/third_party/WebKit/Source/build/scripts/make_element_type_helpers.py
index 5b769c081051cda493f83aa35eb2fa9ae921d79a..c6b4063eccf44e5e715889d12024eb7b0abfdcc4 100755
--- a/third_party/WebKit/Source/build/scripts/make_element_type_helpers.py
+++ b/third_party/WebKit/Source/build/scripts/make_element_type_helpers.py
@@ -26,7 +26,6 @@ class MakeElementTypeHelpersWriter(in_generator.Writer):
'ImplementedAs': None,
'JSInterfaceName': None,
'constructorNeedsCreatedByParser': None,
- 'constructorNeedsFormElement': None,
'interfaceName': None,
'noConstructor': None,
'noTypeHelpers': None,

Powered by Google App Engine
This is Rietveld 408576698