| Index: third_party/WebKit/Source/core/dom/NodeList.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/NodeList.idl b/third_party/WebKit/Source/core/dom/NodeList.idl
|
| index 0d854934aa8616d40418a753413d894fae28a0f4..c8f4c86183e289a6fa3d3c09198ba4fe2b5d5455 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeList.idl
|
| +++ b/third_party/WebKit/Source/core/dom/NodeList.idl
|
| @@ -23,7 +23,7 @@
|
| [
|
| DependentLifetime,
|
| SetWrapperReferenceFrom=virtualOwnerNode,
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface NodeList {
|
| getter Node? item(unsigned long index);
|
| readonly attribute unsigned long length;
|
|
|