| Index: core/html/HTMLCollection.idl
|
| diff --git a/core/html/HTMLCollection.idl b/core/html/HTMLCollection.idl
|
| index 319d8782b113b9cb1eae7b0f46cba6a5e9d9622e..0198742a6cb71ffdb896f1ad38d2a9a33178e54d 100644
|
| --- a/core/html/HTMLCollection.idl
|
| +++ b/core/html/HTMLCollection.idl
|
| @@ -19,9 +19,9 @@
|
| */
|
|
|
| [
|
| - CustomToV8,
|
| - GenerateIsReachable=ownerNode,
|
| - DependentLifetime
|
| + Custom=Wrap,
|
| + DependentLifetime,
|
| + GenerateVisitDOMWrapper=ownerNode,
|
| ] interface HTMLCollection {
|
| readonly attribute unsigned long length;
|
| getter Node item([Default=Undefined] optional unsigned long index);
|
|
|