| Index: Source/core/dom/NodeList.idl
|
| diff --git a/Source/core/dom/NodeList.idl b/Source/core/dom/NodeList.idl
|
| index 794ba11888fe5864e2087caf3c89fe780090f754..226e3d9effacc98736c47aa20af81ecb8682fd24 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;
|
| + [ExposeV8GetterAndSetter] readonly attribute unsigned long length;
|
|
|
| };
|
|
|
|
|