diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLFormControlsCollection.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLFormControlsCollection.webidl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/components/script/dom/webidls/HTMLFormControlsCollection.webidl b/components/script/dom/webidls/HTMLFormControlsCollection.webidl index e7f2e84a566..c4a26c7b20c 100644 --- a/components/script/dom/webidls/HTMLFormControlsCollection.webidl +++ b/components/script/dom/webidls/HTMLFormControlsCollection.webidl @@ -8,9 +8,3 @@ interface HTMLFormControlsCollection : HTMLCollection { // inherits length and item() // getter (RadioNodeList or Element)? namedItem(DOMString name); // shadows inherited namedItem() }; - -/* -interface RadioNodeList : NodeList { - attribute DOMString value; -}; -*/ |