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