diff options
Diffstat (limited to 'components/script/dom/webidls/RadioNodeList.webidl')
-rw-r--r-- | components/script/dom/webidls/RadioNodeList.webidl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/webidls/RadioNodeList.webidl b/components/script/dom/webidls/RadioNodeList.webidl index 9cd13ed61a1..7168ea34551 100644 --- a/components/script/dom/webidls/RadioNodeList.webidl +++ b/components/script/dom/webidls/RadioNodeList.webidl @@ -3,7 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // https://html.spec.whatwg.org/multipage/#radionodelist -[Exposed=(Window,Worker)] interface RadioNodeList : NodeList { attribute DOMString value; }; |