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