Index: Source/core/html/HTMLSelectElement.idl |
diff --git a/Source/core/html/HTMLSelectElement.idl b/Source/core/html/HTMLSelectElement.idl |
index 8c92af58db4ff67f59947a96a82166cd61fd4622..477af63540ca1fd430c392632efd49da40d8c8e5 100644 |
--- a/Source/core/html/HTMLSelectElement.idl |
+++ b/Source/core/html/HTMLSelectElement.idl |
@@ -24,7 +24,7 @@ interface HTMLSelectElement : HTMLElement { |
[Reflect] attribute boolean disabled; |
readonly attribute HTMLFormElement form; |
attribute boolean multiple; |
- [Reflect] attribute DOMString name; |
+ [Reflect, TreatNullAs=NullString] attribute DOMString name; |
[Reflect] attribute boolean required; |
attribute long size; |