Index: Source/core/html/parser/TextDocumentParser.cpp |
diff --git a/Source/core/html/parser/TextDocumentParser.cpp b/Source/core/html/parser/TextDocumentParser.cpp |
index 38175a0f6bfea99a4338b6a7d7afcd1f8b2bd707..d125ce3ee35a8d2386bb200e86e21644cdd22728 100644 |
--- a/Source/core/html/parser/TextDocumentParser.cpp |
+++ b/Source/core/html/parser/TextDocumentParser.cpp |
@@ -32,7 +32,7 @@ namespace WebCore { |
using namespace HTMLNames; |
-TextDocumentParser::TextDocumentParser(HTMLDocument* document) |
+TextDocumentParser::TextDocumentParser(Document* document) |
: HTMLDocumentParser(document, false) |
, m_haveInsertedFakePreElement(false) |
{ |