| Index: core/html/HTMLSelectElement.idl
|
| diff --git a/core/html/HTMLSelectElement.idl b/core/html/HTMLSelectElement.idl
|
| index 8c92af58db4ff67f59947a96a82166cd61fd4622..477af63540ca1fd430c392632efd49da40d8c8e5 100644
|
| --- a/core/html/HTMLSelectElement.idl
|
| +++ b/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;
|
|
|
|
|