diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2015-12-25 04:56:45 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-02-23 17:23:51 +0100 |
commit | 7f36247d031f9533de7e06a9aae3f4931dd59c67 (patch) | |
tree | 84e7bc95356af5e7915705feab2947141bfe3d7b /components/script/dom/webidls/HTMLFormControlsCollection.webidl | |
parent | cbf514d63fb4f48c62af776b65d21dc0e4ad9bde (diff) | |
download | servo-7f36247d031f9533de7e06a9aae3f4931dd59c67.tar.gz servo-7f36247d031f9533de7e06a9aae3f4931dd59c67.zip |
Support [LegacyUnenumerableNamedProperties]
Diffstat (limited to 'components/script/dom/webidls/HTMLFormControlsCollection.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLFormControlsCollection.webidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/webidls/HTMLFormControlsCollection.webidl b/components/script/dom/webidls/HTMLFormControlsCollection.webidl index 0e81285575b..c2ff68c72fa 100644 --- a/components/script/dom/webidls/HTMLFormControlsCollection.webidl +++ b/components/script/dom/webidls/HTMLFormControlsCollection.webidl @@ -4,6 +4,7 @@ * 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() |