aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLFormControlsCollection.webidl
diff options
context:
space:
mode:
authorScott Trinh <scott@scotttrinh.com>2016-10-17 14:26:34 -0400
committerScott Trinh <scott@scotttrinh.com>2016-10-17 16:08:07 -0400
commitab0ddf904048ad9a6fc1589faf598ee5d4e78116 (patch)
tree68c64edc99ec012b9bc63e89ac9274c09e942395 /components/script/dom/webidls/HTMLFormControlsCollection.webidl
parent887507b6f86bf4e763f49f12b48ee94029fc9e13 (diff)
downloadservo-ab0ddf904048ad9a6fc1589faf598ee5d4e78116.tar.gz
servo-ab0ddf904048ad9a6fc1589faf598ee5d4e78116.zip
Partial fix for 12415
Diffstat (limited to 'components/script/dom/webidls/HTMLFormControlsCollection.webidl')
-rw-r--r--components/script/dom/webidls/HTMLFormControlsCollection.webidl1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLFormControlsCollection.webidl b/components/script/dom/webidls/HTMLFormControlsCollection.webidl
index a354baf6d19..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
-[Exposed=(Window,Worker)]
interface HTMLFormControlsCollection : HTMLCollection {
// inherits length and item()
getter (RadioNodeList or Element)? namedItem(DOMString name); // shadows inherited namedItem()