Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(692)

Unified Diff: core/html/HTMLFormControlsCollection.idl

Issue 9889044: IDL roll to multivm 1266 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/html/HTMLFormControlsCollection.idl
diff --git a/core/html/HTMLFormControlsCollection.idl b/core/html/HTMLFormControlsCollection.idl
index e590abf2af698cb945b2aba6aabe3a974ed039b4..a236e3fa82b605918fbc3a5919a490542b7225f2 100644
--- a/core/html/HTMLFormControlsCollection.idl
+++ b/core/html/HTMLFormControlsCollection.idl
@@ -19,9 +19,10 @@
*/
[
- CustomNamedGetter,
- GenerateIsReachable=ImplOwnerNodeRoot,
- DependentLifetime,
+ GenerateIsReachable=ownerNode,
+ DependentLifetime
] interface HTMLFormControlsCollection : HTMLCollection {
+ [ImplementedAs=item] getter Node([Default=Undefined] optional unsigned long index);
[Custom] Node namedItem([Default=Undefined] optional DOMString name);
+ [ImplementedAs=namedGetter] getter (RadioNodeList or Node)(DOMString name);
};

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b