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 |