Index: Source/core/dom/DecodedDataDocumentParser.cpp |
diff --git a/Source/core/dom/DecodedDataDocumentParser.cpp b/Source/core/dom/DecodedDataDocumentParser.cpp |
index d5a118cdff6c3eb2189d216fe4550061253828fd..06d32a47d1780afda7657535ef43e4b6b87656bb 100644 |
--- a/Source/core/dom/DecodedDataDocumentParser.cpp |
+++ b/Source/core/dom/DecodedDataDocumentParser.cpp |
@@ -32,8 +32,8 @@ |
namespace WebCore { |
-DecodedDataDocumentParser::DecodedDataDocumentParser(Document* document) |
- : DocumentParser(document) |
+DecodedDataDocumentParser::DecodedDataDocumentParser(Document& document) |
+ : DocumentParser(&document) |
, m_needsDecoder(true) |
{ |
} |