summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLAudioElement.webidl
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-01-02 21:46:47 -0500
committerGaming4JC <g4jc@hyperbola.info>2020-01-26 15:50:10 -0500
commit6ea0acf750ea7ba38b86cae1f3c6ba8d239c6e9e (patch)
treeb5be4959844173e01962c9e2d85a9c48257c88be /dom/webidl/HTMLAudioElement.webidl
parent5222f6e9daa4cb74b404f769b23510b3d600efd9 (diff)
downloadUXP-6ea0acf750ea7ba38b86cae1f3c6ba8d239c6e9e.tar
UXP-6ea0acf750ea7ba38b86cae1f3c6ba8d239c6e9e.tar.gz
UXP-6ea0acf750ea7ba38b86cae1f3c6ba8d239c6e9e.tar.lz
UXP-6ea0acf750ea7ba38b86cae1f3c6ba8d239c6e9e.tar.xz
UXP-6ea0acf750ea7ba38b86cae1f3c6ba8d239c6e9e.zip
Bug 1274159 - Part 3-1: Add HTMLConstructor to HTMLElement and its subclass;
Tag UXP Issue #1344
Diffstat (limited to 'dom/webidl/HTMLAudioElement.webidl')
-rw-r--r--dom/webidl/HTMLAudioElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/HTMLAudioElement.webidl b/dom/webidl/HTMLAudioElement.webidl
index 8537453c0..725669839 100644
--- a/dom/webidl/HTMLAudioElement.webidl
+++ b/dom/webidl/HTMLAudioElement.webidl
@@ -11,6 +11,6 @@
* and create derivative works of this document.
*/
-[NamedConstructor=Audio(optional DOMString src)]
+[HTMLConstructor, NamedConstructor=Audio(optional DOMString src)]
interface HTMLAudioElement : HTMLMediaElement {};