Index: Source/core/inspector/DOMPatchSupport.cpp |
diff --git a/Source/core/inspector/DOMPatchSupport.cpp b/Source/core/inspector/DOMPatchSupport.cpp |
index 60e49c7d5a897ef47d8607d1a42a0209fc00f8c5..fb261f4eb0445fb2e67e90c9580f984a2fc0254e 100644 |
--- a/Source/core/inspector/DOMPatchSupport.cpp |
+++ b/Source/core/inspector/DOMPatchSupport.cpp |
@@ -96,7 +96,7 @@ void DOMPatchSupport::patchDocument(const String& markup) |
newDocument->setContextFeatures(document().contextFeatures()); |
if (!document().isHTMLDocument()) { |
RefPtrWillBeRawPtr<DocumentParser> parser = XMLDocumentParser::create(*newDocument, nullptr); |
- parser->append(markup.impl()); |
+ parser->append(markup); |
parser->finish(); |
parser->detach(); |