| Index: Source/core/dom/NodeList.idl | 
| diff --git a/Source/core/dom/NodeList.idl b/Source/core/dom/NodeList.idl | 
| index 2e480788b25095f72de8ac24c8c3a725613872cf..24b8260257d61b3e25b822bb86cae542f834b9d6 100644 | 
| --- a/Source/core/dom/NodeList.idl | 
| +++ b/Source/core/dom/NodeList.idl | 
| @@ -26,7 +26,7 @@ | 
| getter Node item(unsigned long index); | 
| [ImplementedAs=anonymousNamedGetter, OverrideBuiltins, NotEnumerable] getter (Node or unsigned long) (DOMString name); | 
|  | 
| -    readonly attribute unsigned long length; | 
| +    [ExposeJSAccessors] readonly attribute unsigned long length; | 
|  | 
| }; | 
|  | 
|  |