Index: Source/core/dom/DecodedDataDocumentParser.cpp |
diff --git a/Source/core/dom/DecodedDataDocumentParser.cpp b/Source/core/dom/DecodedDataDocumentParser.cpp |
index 6c70e7768abfdb58bd25c0d61c815be3d7985fc7..39417c673d372b14ee09eb602191e704da5fa7ff 100644 |
--- a/Source/core/dom/DecodedDataDocumentParser.cpp |
+++ b/Source/core/dom/DecodedDataDocumentParser.cpp |
@@ -98,7 +98,7 @@ void DecodedDataDocumentParser::updateDocument(String& decodedData) |
document()->setEncodingData(DocumentEncodingData(*m_decoder.get())); |
if (!decodedData.isEmpty()) |
- append(decodedData.releaseImpl()); |
+ append(decodedData); |
} |
}; |