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

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

Issue 23519003: Mark anonymous indexed getters argument as mandatory (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 | « Source/core/css/WebKitCSSTransformValue.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLFormControlsCollection.idl
diff --git a/Source/core/html/HTMLFormControlsCollection.idl b/Source/core/html/HTMLFormControlsCollection.idl
index 30307382a5eae3238b4979808343649020533222..e7b757e0f9b74c69c16369f1299428a42fdbda95 100644
--- a/Source/core/html/HTMLFormControlsCollection.idl
+++ b/Source/core/html/HTMLFormControlsCollection.idl
@@ -22,7 +22,7 @@
GenerateIsReachable=ownerNode,
DependentLifetime
] interface HTMLFormControlsCollection : HTMLCollection {
- [ImplementedAs=item] getter Node([Default=Undefined] optional unsigned long index);
+ [ImplementedAs=item] getter Node(unsigned long index);
[Custom] Node namedItem([Default=Undefined] optional DOMString name);
[ImplementedAs=namedGetter, NotEnumerable] getter (RadioNodeList or Node)(DOMString name);
};
« no previous file with comments | « Source/core/css/WebKitCSSTransformValue.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698