| Index: third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.cpp b/third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.cpp
|
| index 72e1c0c3eeb6acc431363ed4367512261b024b07..83e3bc80c6a2204573e02364faecd099bd670869 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/SetNodeAttributeCommand.cpp
|
| @@ -37,7 +37,7 @@ SetNodeAttributeCommand::SetNodeAttributeCommand(RawPtr<Element> element,
|
| , m_attribute(attribute)
|
| , m_value(value)
|
| {
|
| - ASSERT(m_element);
|
| + DCHECK(m_element);
|
| }
|
|
|
| void SetNodeAttributeCommand::doApply(EditingState*)
|
|
|