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

Unified Diff: Source/core/scripts/make_names.pl

Issue 19510005: [oilpan] Completely move HTMLFormControlElement's hierarchy to the managed heap Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 5 months 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 | « Source/core/rendering/RenderTheme.cpp ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/scripts/make_names.pl
diff --git a/Source/core/scripts/make_names.pl b/Source/core/scripts/make_names.pl
index 5a15a65672faaaf9aa47e36fc3e563bf29d311f6..79137b859c4326c32168b18ea0235f19bf9c7ca3 100755
--- a/Source/core/scripts/make_names.pl
+++ b/Source/core/scripts/make_names.pl
@@ -66,7 +66,15 @@ my %handlifiedTypeHash = (
"HTMLBRElement" => 1,
"HTMLBaseElement" => 1,
"HTMLBodyElement" => 1,
+ "HTMLButtonElement" => 1,
+ "HTMLFieldSetElement" => 1,
"HTMLHRElement" => 1,
+ "HTMLKeygenElement" => 1,
+ "HTMLOutputElement" => 1,
+ "HTMLSelectElement" => 1,
+ "HTMLInputElement" => 1,
+ "HTMLTextAreaElement" => 1,
+ "HTMLButtonElement" => 1,
);
sub IsHandlifiedType
« no previous file with comments | « Source/core/rendering/RenderTheme.cpp ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698