Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index b92a8112c0063ca79affb5a4686305a1ec804699..88941ebc8610f27c3840daa3827e55f02fd1e245 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -1235,7 +1235,7 @@ KURL Document::baseURI() const |
void Document::setContent(const String& content) |
{ |
open(); |
- m_parser->append(content.impl()); |
+ m_parser->append(content); |
close(); |
} |