| Index: Source/core/html/HTMLOptionElement.idl
|
| diff --git a/Source/core/html/HTMLOptionElement.idl b/Source/core/html/HTMLOptionElement.idl
|
| index d57d72a5a9795026a2c9ee5460591f97974f9c96..81b2de156cd33feafa1d6624de963405aefdcff7 100644
|
| --- a/Source/core/html/HTMLOptionElement.idl
|
| +++ b/Source/core/html/HTMLOptionElement.idl
|
| @@ -21,8 +21,8 @@
|
| [
|
| NamedConstructor=Option(optional DOMString data = null,
|
| optional DOMString value = null,
|
| - [Default=Undefined] optional boolean defaultSelected,
|
| - [Default=Undefined] optional boolean selected),
|
| + optional boolean defaultSelected,
|
| + optional boolean selected),
|
| ConstructorCallWith=Document,
|
| RaisesException=Constructor
|
| ] interface HTMLOptionElement : HTMLElement {
|
|
|