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

Unified Diff: core/html/RadioNodeList.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 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 | « core/html/MediaKeyEventInit.idl ('k') | core/html/TextMetrics.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/RadioNodeList.idl
diff --git a/core/html/RadioNodeList.idl b/core/html/RadioNodeList.idl
index 057ad06c0baca86207bdc7f5ce3328176b7e35fd..d1be414c61192199083039c3b09d86f0730561f1 100644
--- a/core/html/RadioNodeList.idl
+++ b/core/html/RadioNodeList.idl
@@ -23,9 +23,11 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- NoInterfaceObject,
-] interface RadioNodeList : NodeList {
+// https://html.spec.whatwg.org/#radionodelist
+
+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 | « core/html/MediaKeyEventInit.idl ('k') | core/html/TextMetrics.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698