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); |
}; |