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