Index: core/html/HTMLAudioElement.idl |
diff --git a/core/html/HTMLAudioElement.idl b/core/html/HTMLAudioElement.idl |
index f1e3629d65e7db3a5a294bab74d35bc11bc043ac..5e1076bdd0116682f07bd43ea1c7f4d49d45f183 100644 |
--- a/core/html/HTMLAudioElement.idl |
+++ b/core/html/HTMLAudioElement.idl |
@@ -23,8 +23,11 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// https://html.spec.whatwg.org/#the-audio-element |
+ |
[ |
RuntimeEnabled=Media, |
+ // FIXME: The src argument should have no default value. |
NamedConstructor=Audio(optional DOMString src = null), |
ConstructorCallWith=Document |
] interface HTMLAudioElement : HTMLMediaElement { |