| Index: Source/core/html/HTMLAudioElement.idl
|
| diff --git a/Source/core/html/HTMLAudioElement.idl b/Source/core/html/HTMLAudioElement.idl
|
| index f1e3629d65e7db3a5a294bab74d35bc11bc043ac..acfdc6f0cbf78b412d2ce31d52b5a159e4d7397d 100644
|
| --- a/Source/core/html/HTMLAudioElement.idl
|
| +++ b/Source/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/#htmlaudioelement
|
| +
|
| [
|
| RuntimeEnabled=Media,
|
| + // FIXME: The src argument should have no default value.
|
| NamedConstructor=Audio(optional DOMString src = null),
|
| ConstructorCallWith=Document
|
| ] interface HTMLAudioElement : HTMLMediaElement {
|
|
|