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

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

Issue 15724005: [Binding] Support primitive type for union member (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: do not inherit getter. rename DoNotCheckJSProperty to OverrideBuiltins Created 7 years, 7 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
Index: Source/core/html/HTMLFormControlsCollection.idl
diff --git a/Source/core/html/HTMLFormControlsCollection.idl b/Source/core/html/HTMLFormControlsCollection.idl
index adea7b77fcbe0e90443b347f93ff92db3a3c3567..e63b29afeb3f0454bbd6956b8865683f2d8ee7c7 100644
--- a/Source/core/html/HTMLFormControlsCollection.idl
+++ b/Source/core/html/HTMLFormControlsCollection.idl
@@ -22,6 +22,7 @@
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
This is Rietveld 408576698