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