summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLAudioElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLAudioElement.h')
-rw-r--r--WebCore/html/HTMLAudioElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLAudioElement.h b/WebCore/html/HTMLAudioElement.h
index 7796af8..de390cf 100644
--- a/WebCore/html/HTMLAudioElement.h
+++ b/WebCore/html/HTMLAudioElement.h
@@ -35,7 +35,7 @@ namespace WebCore {
class HTMLAudioElement : public HTMLMediaElement
{
public:
- HTMLAudioElement(Document*);
+ HTMLAudioElement(const QualifiedName&, Document*);
virtual int tagPriority() const { return 5; }
};