summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLAudioElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLAudioElement.idl')
-rw-r--r--WebCore/html/HTMLAudioElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLAudioElement.idl b/WebCore/html/HTMLAudioElement.idl
index f335d86..107b8b1 100644
--- a/WebCore/html/HTMLAudioElement.idl
+++ b/WebCore/html/HTMLAudioElement.idl
@@ -24,7 +24,7 @@
*/
module html {
- interface [GenerateConstructor, Conditional=VIDEO] HTMLAudioElement : HTMLMediaElement {
+ interface [Conditional=VIDEO] HTMLAudioElement : HTMLMediaElement {
};
}