Index: Source/core/dom/NodeList.idl |
diff --git a/Source/core/dom/NodeList.idl b/Source/core/dom/NodeList.idl |
index a3222bd5a7a51212c3159a58e28953a234772b2e..f53f373106f38a73b4bd170a8792045f67f19f69 100644 |
--- a/Source/core/dom/NodeList.idl |
+++ b/Source/core/dom/NodeList.idl |
@@ -20,11 +20,8 @@ |
[ |
DependentLifetime, |
- OverrideBuiltins, |
SetWrapperReferenceFrom=ownerNode, |
] interface NodeList { |
getter Node item(unsigned long index); |
- [NotEnumerable] getter (Node or unsigned long) (DOMString name); |
- |
readonly attribute unsigned long length; |
}; |