diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-05-15 00:07:43 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-05-18 11:30:53 +0200 |
commit | c9af465ae8d9844236b0505be2c2975deea396fe (patch) | |
tree | 69ca90ab6847224a5d9b5944606b8e002d081c3e /components/script/dom/webidls/HTMLFormControlsCollection.webidl | |
parent | aa8c835d3b2b45a16cefd7c34fb18f3a6c627134 (diff) | |
download | servo-c9af465ae8d9844236b0505be2c2975deea396fe.tar.gz servo-c9af465ae8d9844236b0505be2c2975deea396fe.zip |
Update the WebIDL parser
Diffstat (limited to 'components/script/dom/webidls/HTMLFormControlsCollection.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLFormControlsCollection.webidl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLFormControlsCollection.webidl b/components/script/dom/webidls/HTMLFormControlsCollection.webidl index a010b771c64..61af522772f 100644 --- a/components/script/dom/webidls/HTMLFormControlsCollection.webidl +++ b/components/script/dom/webidls/HTMLFormControlsCollection.webidl @@ -3,7 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // https://html.spec.whatwg.org/multipage/#htmlformcontrolscollection -[LegacyUnenumerableNamedProperties] interface HTMLFormControlsCollection : HTMLCollection { // inherits length and item() getter (RadioNodeList or Element)? namedItem(DOMString name); // shadows inherited namedItem() |