| Index: Source/core/html/HTMLAllCollection.idl
|
| diff --git a/Source/core/html/HTMLAllCollection.idl b/Source/core/html/HTMLAllCollection.idl
|
| index d56b8b6dbf560bd7fab369a2cfa1052ea5f9a1ee..e278d441c7b742a991d4da5a2b7086946d7018bb 100644
|
| --- a/Source/core/html/HTMLAllCollection.idl
|
| +++ b/Source/core/html/HTMLAllCollection.idl
|
| @@ -33,7 +33,7 @@
|
| ] interface HTMLAllCollection {
|
| readonly attribute unsigned long length;
|
| [ImplementedAs=item] getter Element (unsigned long index);
|
| - [Custom] Element item([Default=Undefined] optional unsigned long index);
|
| + [Custom] Element item(optional unsigned long index);
|
| // FIXME: This should return an (HTMLCollection or Element) union.
|
| [ImplementedAs=namedGetter] getter (NodeList or Element) namedItem(DOMString name);
|
| };
|
|
|