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

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

Issue 15724005: [Binding] Support primitive type for union member (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: do not inherit getter. rename DoNotCheckJSProperty to OverrideBuiltins Created 7 years, 7 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
Index: Source/core/dom/NodeList.idl
diff --git a/Source/core/dom/NodeList.idl b/Source/core/dom/NodeList.idl
index b7c746e61003bcc53371d8158c1137e1201c3558..312dafaa58c4f4b5cf26bba317c3b011f20e70bf 100644
--- a/Source/core/dom/NodeList.idl
+++ b/Source/core/dom/NodeList.idl
@@ -20,11 +20,11 @@
[
CustomIsReachable,
- CustomNamedGetter,
DependentLifetime,
] interface NodeList {
getter Node item([IsIndex,Default=Undefined] optional unsigned long index);
+ [ImplementedAs=anonymousNamedGetter, OverrideBuiltins] getter (Node or unsigned long) (DOMString name);
readonly attribute unsigned long length;

Powered by Google App Engine
This is Rietveld 408576698