| Index: Source/core/html/HTMLCollection.idl
|
| diff --git a/Source/core/html/HTMLCollection.idl b/Source/core/html/HTMLCollection.idl
|
| index ec407998a0441871d5827c462c7f24e7f273ba80..4e328297d5089826809fba0bdafa011bc1252427 100644
|
| --- a/Source/core/html/HTMLCollection.idl
|
| +++ b/Source/core/html/HTMLCollection.idl
|
| @@ -21,7 +21,7 @@
|
| [
|
| CustomToV8,
|
| GenerateIsReachable=ownerNode,
|
| - DependentLifetime,
|
| + DependentLifetime
|
| ] interface HTMLCollection {
|
| readonly attribute unsigned long length;
|
| getter Node item([Default=Undefined] optional unsigned long index);
|
|
|