summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLMediaElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLMediaElement.h')
-rw-r--r--WebCore/html/HTMLMediaElement.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/html/HTMLMediaElement.h b/WebCore/html/HTMLMediaElement.h
index 051629e..eede363 100644
--- a/WebCore/html/HTMLMediaElement.h
+++ b/WebCore/html/HTMLMediaElement.h
@@ -64,7 +64,6 @@ public:
// Eventually overloaded in HTMLVideoElement
virtual bool supportsFullscreen() const { return false; };
- virtual const KURL poster() const { return KURL(); }
virtual bool supportsSave() const;
@@ -84,7 +83,6 @@ public:
PassRefPtr<MediaError> error() const;
// network state
- KURL src() const;
void setSrc(const String&);
String currentSrc() const;