Index: Source/core/xml/parser/XMLDocumentParser.cpp |
diff --git a/Source/core/xml/parser/XMLDocumentParser.cpp b/Source/core/xml/parser/XMLDocumentParser.cpp |
index 531e397b7eddf871ba1add52cc4876c270b0355e..d528f88fc544985d80eb386282534417ed8b8b93 100644 |
--- a/Source/core/xml/parser/XMLDocumentParser.cpp |
+++ b/Source/core/xml/parser/XMLDocumentParser.cpp |
@@ -347,7 +347,7 @@ void XMLDocumentParser::insert(const SegmentedString&) |
ASSERT_NOT_REACHED(); |
} |
-void XMLDocumentParser::append(PassRefPtr<StringImpl> inputSource) |
+void XMLDocumentParser::append(const String& inputSource) |
{ |
SegmentedString source(inputSource); |
if (m_sawXSLTransform || !m_sawFirstElement) |