summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLViewSourceDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLViewSourceDocument.h')
-rw-r--r--WebCore/html/HTMLViewSourceDocument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLViewSourceDocument.h b/WebCore/html/HTMLViewSourceDocument.h
index 8805848..f459016 100644
--- a/WebCore/html/HTMLViewSourceDocument.h
+++ b/WebCore/html/HTMLViewSourceDocument.h
@@ -49,7 +49,7 @@ private:
HTMLViewSourceDocument(Frame*, const KURL&, const String& mimeType);
// Returns HTMLViewSourceParser or TextDocumentParser based on m_type.
- virtual DocumentParser* createParser();
+ virtual PassRefPtr<DocumentParser> createParser();
void processDoctypeToken(const String& source, HTMLToken&);
void processTagToken(const String& source, HTMLToken&);