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

Unified Diff: third_party/WebKit/Source/build/scripts/make_element_factory.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/build/scripts/make_element_lookup_trie.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/build/scripts/make_element_factory.py
diff --git a/third_party/WebKit/Source/build/scripts/make_element_factory.py b/third_party/WebKit/Source/build/scripts/make_element_factory.py
index 9c607e6a207666fd358f91a8e325cf9d31c09b19..5e9af0543e080e87a8d478aa0593279bf9ca3fc8 100755
--- a/third_party/WebKit/Source/build/scripts/make_element_factory.py
+++ b/third_party/WebKit/Source/build/scripts/make_element_factory.py
@@ -42,7 +42,6 @@ class MakeElementFactoryWriter(MakeQualifiedNamesWriter):
'JSInterfaceName': None,
'Conditional': None,
'constructorNeedsCreatedByParser': None,
- 'constructorNeedsFormElement': None,
'interfaceName': None,
'noConstructor': None,
'noTypeHelpers': None,
« no previous file with comments | « no previous file | third_party/WebKit/Source/build/scripts/make_element_lookup_trie.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698