diff options
Diffstat (limited to 'WebCore/loader/FTPDirectoryDocument.h')
-rw-r--r-- | WebCore/loader/FTPDirectoryDocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/loader/FTPDirectoryDocument.h b/WebCore/loader/FTPDirectoryDocument.h index 920f870..e7e52f7 100644 --- a/WebCore/loader/FTPDirectoryDocument.h +++ b/WebCore/loader/FTPDirectoryDocument.h @@ -40,7 +40,7 @@ public: private: FTPDirectoryDocument(Frame*, const KURL&); - virtual DocumentParser* createParser(); + virtual PassRefPtr<DocumentParser> createParser(); }; } // namespace WebCore |