Chromium Code Reviews| Index: Source/core/html/HTMLFormControlsCollection.idl |
| diff --git a/Source/core/html/HTMLFormControlsCollection.idl b/Source/core/html/HTMLFormControlsCollection.idl |
| index e590abf2af698cb945b2aba6aabe3a974ed039b4..3f26907e646ed0f1f2f45419d93532bc3c8e7a72 100644 |
| --- a/Source/core/html/HTMLFormControlsCollection.idl |
| +++ b/Source/core/html/HTMLFormControlsCollection.idl |
| @@ -19,9 +19,9 @@ |
| */ |
| [ |
| - CustomNamedGetter, |
| GenerateIsReachable=ImplOwnerNodeRoot, |
| DependentLifetime, |
| ] interface HTMLFormControlsCollection : HTMLCollection { |
| [Custom] Node namedItem([Default=Undefined] optional DOMString name); |
| + [ImplementedAs=namedGetter] getter (RadioNodeList or Node)(DOMString name); |
|
haraken
2013/05/15 10:56:25
Looks great!
|
| }; |