| Index: Source/core/html/HTMLCollection.idl
|
| diff --git a/Source/core/html/HTMLCollection.idl b/Source/core/html/HTMLCollection.idl
|
| index cab83cd617795259afefce1767726d3deb9e7266..496d78e2ed559e97ae74c5c25a30215fe1ccce05 100644
|
| --- a/Source/core/html/HTMLCollection.idl
|
| +++ b/Source/core/html/HTMLCollection.idl
|
| @@ -25,7 +25,7 @@
|
| SetWrapperReferenceFrom=ownerNode,
|
| WillBeGarbageCollected,
|
| ] interface HTMLCollection {
|
| - readonly attribute unsigned long length;
|
| + [ExposeJSAccessors] readonly attribute unsigned long length;
|
| getter Element item([Default=Undefined] optional unsigned long index);
|
| getter Element namedItem(DOMString name);
|
| };
|
|
|