From c9af465ae8d9844236b0505be2c2975deea396fe Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Sun, 15 May 2016 00:07:43 +0200 Subject: Update the WebIDL parser --- components/script/dom/webidls/HTMLFormControlsCollection.webidl | 1 - 1 file changed, 1 deletion(-) (limited to 'components/script/dom/webidls/HTMLFormControlsCollection.webidl') 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() -- cgit v1.2.3