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