| Index: Source/core/html/HTMLOptionElement.idl
|
| diff --git a/Source/core/html/HTMLOptionElement.idl b/Source/core/html/HTMLOptionElement.idl
|
| index df0d6ddd4c2386e310cadcb3c4c6de969a5672d0..41c6592f2396ad2bb2a7c1ce5d66890a6f9ba049 100644
|
| --- a/Source/core/html/HTMLOptionElement.idl
|
| +++ b/Source/core/html/HTMLOptionElement.idl
|
| @@ -19,10 +19,7 @@
|
| */
|
|
|
| [
|
| - NamedConstructor=Option(optional DOMString data = null,
|
| - optional DOMString value = null,
|
| - [Default=Undefined] optional boolean defaultSelected,
|
| - [Default=Undefined] optional boolean selected),
|
| + NamedConstructor=Option([Default=NullString] optional DOMString data, [Default=NullString] optional DOMString value, [Default=Undefined] optional boolean defaultSelected, [Default=Undefined] optional boolean selected),
|
| RaisesException=Constructor
|
| ] interface HTMLOptionElement : HTMLElement {
|
| [Reflect] attribute boolean disabled;
|
|
|