| Index: core/html/HTMLAllCollection.idl
|
| diff --git a/core/html/HTMLAllCollection.idl b/core/html/HTMLAllCollection.idl
|
| index 9f87dd441defa45cc87c30a6914852e29af0c10d..3508f8bc731e34eb1d54e6950ebe5ba8e4697136 100644
|
| --- a/core/html/HTMLAllCollection.idl
|
| +++ b/core/html/HTMLAllCollection.idl
|
| @@ -24,10 +24,9 @@
|
| */
|
|
|
| [
|
| - CustomLegacyCall,
|
| - MasqueradesAsUndefined,
|
| - GenerateIsReachable=ownerNode,
|
| - DependentLifetime
|
| + Custom=LegacyCallAsFunction,
|
| + DependentLifetime,
|
| + GenerateVisitDOMWrapper=ownerNode,
|
| ] interface HTMLAllCollection {
|
| readonly attribute unsigned long length;
|
| [ImplementedAs=item] getter Node (unsigned long index);
|
|
|