diff options
Diffstat (limited to 'WebCore/html/HTMLMediaElement.h')
-rw-r--r-- | WebCore/html/HTMLMediaElement.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/html/HTMLMediaElement.h b/WebCore/html/HTMLMediaElement.h index 6fd5de3..91520b0 100644 --- a/WebCore/html/HTMLMediaElement.h +++ b/WebCore/html/HTMLMediaElement.h @@ -37,7 +37,6 @@ namespace WebCore { class MediaError; class TimeRanges; -class KURL; class HTMLMediaElement : public HTMLElement, public MediaPlayerClient { public: @@ -72,7 +71,7 @@ public: PassRefPtr<MediaError> error() const; // network state - KURL src() const; + String src() const; void setSrc(const String&); String currentSrc() const; |