Chromium Code Reviews| Index: Source/core/dom/NodeList.idl |
| =================================================================== |
| --- Source/core/dom/NodeList.idl (revision 163279) |
| +++ Source/core/dom/NodeList.idl (working copy) |
| @@ -26,7 +26,7 @@ |
| getter Node item(unsigned long index); |
| [ImplementedAs=anonymousNamedGetter, OverrideBuiltins, NotEnumerable] getter (Node or unsigned long) (DOMString name); |
| - [ExposeJSAccessors] readonly attribute unsigned long length; |
| + readonly attribute unsigned long length; |
| }; |