| 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 f907bf280f752490f96021d27347d51a5142fc2e..10994938587cc91e239093db3d0a2133ccd9ac0f 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(Element* element,
|
| , m_attribute(attribute)
|
| , m_value(value)
|
| {
|
| - ASSERT(m_element);
|
| + DCHECK(m_element);
|
| }
|
|
|
| void SetNodeAttributeCommand::doApply(EditingState*)
|
|
|