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 0ecf568b782b35dfb82419070951314e0ee371d8..fb51113c8d2e6048b05bb9de28514cdf60ef23f0 100644 |
--- a/third_party/WebKit/Source/core/dom/NodeList.idl |
+++ b/third_party/WebKit/Source/core/dom/NodeList.idl |
@@ -23,7 +23,6 @@ |
[ |
DependentLifetime, |
SetWrapperReferenceFrom=virtualOwnerNode, |
- GarbageCollected, |
] interface NodeList { |
getter Node? item(unsigned long index); |
readonly attribute unsigned long length; |