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

Unified Diff: core/html/RadioNodeList.idl

Issue 23014006: Roll IDL to multivm@1350 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
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 | « core/html/HTMLSelectElement.idl ('k') | core/html/canvas/CanvasRenderingContext2D.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 498c7a7b407eb0bb441c9cfbb60eacb58bfab20d..47beea06be2b62ff3d09ac4e67d542a7cf834fc8 100644
--- a/core/html/RadioNodeList.idl
+++ b/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 | « core/html/HTMLSelectElement.idl ('k') | core/html/canvas/CanvasRenderingContext2D.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698