| Index: Source/core/html/HTMLFormControlsCollection.idl
|
| diff --git a/Source/core/html/HTMLFormControlsCollection.idl b/Source/core/html/HTMLFormControlsCollection.idl
|
| index adea7b77fcbe0e90443b347f93ff92db3a3c3567..e63b29afeb3f0454bbd6956b8865683f2d8ee7c7 100644
|
| --- a/Source/core/html/HTMLFormControlsCollection.idl
|
| +++ b/Source/core/html/HTMLFormControlsCollection.idl
|
| @@ -22,6 +22,7 @@
|
| GenerateIsReachable=ownerNode,
|
| DependentLifetime,
|
| ] interface HTMLFormControlsCollection : HTMLCollection {
|
| + [ImplementedAs=item] getter Node([Default=Undefined] optional unsigned long index);
|
| [Custom] Node namedItem([Default=Undefined] optional DOMString name);
|
| [ImplementedAs=namedGetter] getter (RadioNodeList or Node)(DOMString name);
|
| };
|
|
|