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