summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/MediaDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/loader/MediaDocument.h')
-rw-r--r--WebCore/loader/MediaDocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/loader/MediaDocument.h b/WebCore/loader/MediaDocument.h
index 5a8ec52..2d81296 100644
--- a/WebCore/loader/MediaDocument.h
+++ b/WebCore/loader/MediaDocument.h
@@ -46,7 +46,7 @@ private:
MediaDocument(Frame*, const KURL&);
virtual bool isMediaDocument() const { return true; }
- virtual DocumentParser* createParser();
+ virtual PassRefPtr<DocumentParser> createParser();
virtual void defaultEventHandler(Event*);