| Index: third_party/WebKit/Source/core/html/HTMLSelectElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElement.idl b/third_party/WebKit/Source/core/html/HTMLSelectElement.idl
|
| index f631cc2680b2fb8296ef8c567aebc7421aaf5e6b..01e27f784352b9e1ddbb07abbf09619bcab90cd7 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.idl
|
| @@ -26,7 +26,7 @@ interface HTMLSelectElement : HTMLElement {
|
| [Reflect] attribute boolean autofocus;
|
| [Reflect] attribute boolean disabled;
|
| [ImplementedAs=formOwner] readonly attribute HTMLFormElement? form;
|
| - attribute boolean multiple;
|
| + [Reflect] attribute boolean multiple;
|
| [Reflect] attribute DOMString name;
|
| [Reflect] attribute boolean required;
|
| attribute unsigned long size;
|
|
|