Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/commands/RemoveCSSPropertyCommand.cpp |
| diff --git a/third_party/WebKit/Source/core/editing/commands/RemoveCSSPropertyCommand.cpp b/third_party/WebKit/Source/core/editing/commands/RemoveCSSPropertyCommand.cpp |
| index 041171118f1de7683287c4f632df3ac9dc6d25d0..1039d238299cd9824207495dc36537d6d97ad679 100644 |
| --- a/third_party/WebKit/Source/core/editing/commands/RemoveCSSPropertyCommand.cpp |
| +++ b/third_party/WebKit/Source/core/editing/commands/RemoveCSSPropertyCommand.cpp |
| @@ -39,7 +39,7 @@ RemoveCSSPropertyCommand::RemoveCSSPropertyCommand(Document& document, Element* |
| , m_property(property) |
| , m_important(false) |
| { |
| - ASSERT(m_element); |
| + DCHECK(m_element); |
| } |
| RemoveCSSPropertyCommand::~RemoveCSSPropertyCommand() |