| Index: Source/core/html/HTMLAudioElement.idl
|
| diff --git a/Source/core/html/HTMLAudioElement.idl b/Source/core/html/HTMLAudioElement.idl
|
| index c0580bcbc3b0525926f313e24582e1b9f4908152..f1e3629d65e7db3a5a294bab74d35bc11bc043ac 100644
|
| --- a/Source/core/html/HTMLAudioElement.idl
|
| +++ b/Source/core/html/HTMLAudioElement.idl
|
| @@ -25,6 +25,7 @@
|
|
|
| [
|
| RuntimeEnabled=Media,
|
| - NamedConstructor=Audio(optional DOMString src = null)
|
| + NamedConstructor=Audio(optional DOMString src = null),
|
| + ConstructorCallWith=Document
|
| ] interface HTMLAudioElement : HTMLMediaElement {
|
| };
|
|
|