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 4dad3db..5480448 100644
--- a/WebCore/html/HTMLVideoElement.h
+++ b/WebCore/html/HTMLVideoElement.h
@@ -73,7 +73,7 @@ private:
#endif
virtual void attach();
virtual void detach();
- virtual void parseMappedAttribute(MappedAttribute*);
+ virtual void parseMappedAttribute(Attribute*);
virtual bool isVideo() const { return true; }
virtual bool hasVideo() const { return player() && player()->hasVideo(); }
virtual bool supportsFullscreen() const;