summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/FTPDirectoryDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/loader/FTPDirectoryDocument.h')
-rw-r--r--WebCore/loader/FTPDirectoryDocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/loader/FTPDirectoryDocument.h b/WebCore/loader/FTPDirectoryDocument.h
index b208c4e..f74508c 100644
--- a/WebCore/loader/FTPDirectoryDocument.h
+++ b/WebCore/loader/FTPDirectoryDocument.h
@@ -40,7 +40,7 @@ public:
private:
FTPDirectoryDocument(Frame*);
- virtual Tokenizer* createTokenizer();
+ virtual DocumentParser* createParser();
};
} // namespace WebCore