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

Unified Diff: Source/core/html/RadioNodeList.idl

Issue 21891009: Simplify RadioNodeList's anonymous indexed getter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/RadioNodeList.idl
diff --git a/Source/core/html/RadioNodeList.idl b/Source/core/html/RadioNodeList.idl
index 498c7a7b407eb0bb441c9cfbb60eacb58bfab20d..47beea06be2b62ff3d09ac4e67d542a7cf834fc8 100644
--- a/Source/core/html/RadioNodeList.idl
+++ b/Source/core/html/RadioNodeList.idl
@@ -27,5 +27,5 @@
NoInterfaceObject
] interface RadioNodeList : NodeList {
attribute DOMString value;
- [ImplementedAs=item] getter Node([IsIndex,Default=Undefined] optional unsigned long index);
+ [ImplementedAs=item] getter Node(unsigned long index);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698