| Index: third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp b/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp
|
| index a5a76bfc577259d70ee461285cd84d01b06dd64f..2a4f851c02043d182b2d245b2d9349af514a1a9c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp
|
| @@ -77,7 +77,7 @@ void DOMPatchSupport::PatchDocument(const String& markup) {
|
| else if (GetDocument().IsXMLDocument())
|
| new_document = XMLDocument::Create();
|
|
|
| - ASSERT(new_document);
|
| + DCHECK(new_document);
|
| new_document->SetContextFeatures(GetDocument().GetContextFeatures());
|
| if (!GetDocument().IsHTMLDocument()) {
|
| DocumentParser* parser = XMLDocumentParser::Create(*new_document, nullptr);
|
|
|