summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/TextDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/loader/TextDocument.h')
-rw-r--r--WebCore/loader/TextDocument.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/loader/TextDocument.h b/WebCore/loader/TextDocument.h
index 53e3074..02c7af5 100644
--- a/WebCore/loader/TextDocument.h
+++ b/WebCore/loader/TextDocument.h
@@ -41,10 +41,10 @@ public:
private:
TextDocument(Frame*);
- virtual Tokenizer* createTokenizer();
+ virtual DocumentParser* createParser();
};
-Tokenizer* createTextTokenizer(HTMLViewSourceDocument*);
+DocumentParser* createTextDocumentParser(HTMLViewSourceDocument*);
}