Chromium Code Reviews| Index: Source/core/dom/NodeList.idl |
| diff --git a/Source/core/dom/NodeList.idl b/Source/core/dom/NodeList.idl |
| index b7c746e61003bcc53371d8158c1137e1201c3558..312dafaa58c4f4b5cf26bba317c3b011f20e70bf 100644 |
| --- a/Source/core/dom/NodeList.idl |
| +++ b/Source/core/dom/NodeList.idl |
| @@ -20,11 +20,11 @@ |
| [ |
| CustomIsReachable, |
| - CustomNamedGetter, |
| DependentLifetime, |
| ] interface NodeList { |
| getter Node item([IsIndex,Default=Undefined] optional unsigned long index); |
| + [ImplementedAs=anonymousNamedGetter, OverrideBuiltins] getter (Node or unsigned long) (DOMString name); |
| readonly attribute unsigned long length; |