| Index: Source/core/html/HTMLOptionElement.idl
|
| diff --git a/Source/core/html/HTMLOptionElement.idl b/Source/core/html/HTMLOptionElement.idl
|
| index 2a1bf9d8c143e24b21816b5e27705e9053585fef..41c6592f2396ad2bb2a7c1ce5d66890a6f9ba049 100644
|
| --- a/Source/core/html/HTMLOptionElement.idl
|
| +++ b/Source/core/html/HTMLOptionElement.idl
|
| @@ -23,7 +23,7 @@
|
| RaisesException=Constructor
|
| ] interface HTMLOptionElement : HTMLElement {
|
| [Reflect] attribute boolean disabled;
|
| - [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
|
| + readonly attribute HTMLFormElement form;
|
| attribute DOMString label;
|
| [Reflect=selected] attribute boolean defaultSelected;
|
| attribute boolean selected;
|
|
|