| Index: Source/core/html/HTMLOptionsCollection.idl
|
| diff --git a/Source/core/html/HTMLOptionsCollection.idl b/Source/core/html/HTMLOptionsCollection.idl
|
| index 7a9fabfd63e862a952043cbff9b4d090f8c8741f..bbbc970e77fe4e02edcb4584cf06a92c59875d4a 100644
|
| --- a/Source/core/html/HTMLOptionsCollection.idl
|
| +++ b/Source/core/html/HTMLOptionsCollection.idl
|
| @@ -26,7 +26,7 @@
|
| SetWrapperReferenceFrom=ownerNode,
|
| ] interface HTMLOptionsCollection : HTMLCollection {
|
| // inherits item()
|
| - [Custom=Setter, RaisesException=Setter] attribute unsigned long length; // shadows inherited length
|
| + [RaisesException=Setter] attribute unsigned long length; // shadows inherited length
|
| // FIXME: The spec has a legacycaller HTMLOptionElement? (DOMString name);
|
| [RaisesException, TypeChecking=Interface] setter void (unsigned long index, HTMLOptionElement? option);
|
| [RaisesException, TypeChecking=Interface] void add((HTMLOptionElement or HTMLOptGroupElement) element, optional (HTMLElement or long)? before = null);
|
|
|