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