| Index: third_party/WebKit/Source/core/inspector/DOMEditor.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/DOMEditor.cpp b/third_party/WebKit/Source/core/inspector/DOMEditor.cpp
|
| index cc0a1ae3704b21924e109cd5d2dc8d49261b5f14..899fe361dca85161d3249425dc93906470d8316e 100644
|
| --- a/third_party/WebKit/Source/core/inspector/DOMEditor.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/DOMEditor.cpp
|
| @@ -234,7 +234,7 @@ class DOMEditor::SetOuterHTMLAction final : public InspectorHistory::Action {
|
|
|
| bool Perform(ExceptionState& exception_state) override {
|
| old_html_ = CreateMarkup(node_.Get());
|
| - ASSERT(node_->ownerDocument());
|
| + DCHECK(node_->ownerDocument());
|
| DOMPatchSupport dom_patch_support(dom_editor_.Get(),
|
| *node_->ownerDocument());
|
| new_node_ =
|
|
|