summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLVideoElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLVideoElement.h')
-rw-r--r--WebCore/html/HTMLVideoElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLVideoElement.h b/WebCore/html/HTMLVideoElement.h
index e424e3d..8779c85 100644
--- a/WebCore/html/HTMLVideoElement.h
+++ b/WebCore/html/HTMLVideoElement.h
@@ -38,7 +38,7 @@ class HTMLImageLoader;
class HTMLVideoElement : public HTMLMediaElement
{
public:
- HTMLVideoElement(Document*);
+ HTMLVideoElement(const QualifiedName&, Document*);
virtual int tagPriority() const { return 5; }
virtual bool rendererIsNeeded(RenderStyle*);