| Index: Source/core/html/HTMLAudioElement.idl
|
| diff --git a/Source/core/html/HTMLAudioElement.idl b/Source/core/html/HTMLAudioElement.idl
|
| index 5e1076bdd0116682f07bd43ea1c7f4d49d45f183..874cce80a347b82d89d63f320b56ce1c5ae9020b 100644
|
| --- a/Source/core/html/HTMLAudioElement.idl
|
| +++ b/Source/core/html/HTMLAudioElement.idl
|
| @@ -27,8 +27,7 @@
|
|
|
| [
|
| RuntimeEnabled=Media,
|
| - // FIXME: The src argument should have no default value.
|
| - NamedConstructor=Audio(optional DOMString src = null),
|
| + NamedConstructor=Audio(optional DOMString src),
|
| ConstructorCallWith=Document
|
| ] interface HTMLAudioElement : HTMLMediaElement {
|
| };
|
|
|