| Index: Source/core/html/HTMLOptionElement.idl
|
| diff --git a/Source/core/html/HTMLOptionElement.idl b/Source/core/html/HTMLOptionElement.idl
|
| index df0d6ddd4c2386e310cadcb3c4c6de969a5672d0..d57d72a5a9795026a2c9ee5460591f97974f9c96 100644
|
| --- a/Source/core/html/HTMLOptionElement.idl
|
| +++ b/Source/core/html/HTMLOptionElement.idl
|
| @@ -23,6 +23,7 @@
|
| optional DOMString value = null,
|
| [Default=Undefined] optional boolean defaultSelected,
|
| [Default=Undefined] optional boolean selected),
|
| + ConstructorCallWith=Document,
|
| RaisesException=Constructor
|
| ] interface HTMLOptionElement : HTMLElement {
|
| [Reflect] attribute boolean disabled;
|
|
|