| Index: sky/engine/core/dom/NodeList.idl
|
| diff --git a/sky/engine/core/dom/NodeList.idl b/sky/engine/core/dom/NodeList.idl
|
| index 66cc82045c839b45ca408575ed2d494c3dfd7355..b6f81a1c29975771be1cf6970aa1471f1fbcd568 100644
|
| --- a/sky/engine/core/dom/NodeList.idl
|
| +++ b/sky/engine/core/dom/NodeList.idl
|
| @@ -21,7 +21,6 @@
|
| [
|
| DependentLifetime,
|
| SetWrapperReferenceFrom=virtualOwnerNode,
|
| - WillBeGarbageCollected,
|
| ] interface NodeList {
|
| getter Node item(unsigned long index);
|
| readonly attribute unsigned long length;
|
|
|