Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(562)

Unified Diff: Source/core/dom/NodeList.idl

Issue 144313014: Remove NodeList's anonymous named getter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Another clang build fix Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/NodeList.cpp ('k') | Source/core/dom/StaticNodeList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « Source/core/dom/NodeList.cpp ('k') | Source/core/dom/StaticNodeList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698