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

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

Issue 1178223004: Sync some HTML interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/html/MediaError.idl ('k') | Source/core/html/TextMetrics.idl » ('j') | 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 498ee8e28671f2f19c35a5663bb7b36b4cdde9f7..d1be414c61192199083039c3b09d86f0730561f1 100644
--- a/Source/core/html/RadioNodeList.idl
+++ b/Source/core/html/RadioNodeList.idl
@@ -27,5 +27,7 @@
interface RadioNodeList : NodeList {
attribute DOMString value;
- [ImplementedAs=item] getter Node (unsigned long index);
+
+ // TODO(philipj): This should be inherited from NodeList.
+ [ImplementedAs=item] getter Node? (unsigned long index);
};
« no previous file with comments | « Source/core/html/MediaError.idl ('k') | Source/core/html/TextMetrics.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698