| Index: third_party/WebKit/Source/core/editing/commands/EditingState.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/EditingState.cpp b/third_party/WebKit/Source/core/editing/commands/EditingState.cpp
|
| index bb5215bcdb0e849012ee9b069db52508365ced8d..fad67f8c4e17ef25d2a82bfbbf91fddd4f7ee056 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditingState.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditingState.cpp
|
| @@ -29,7 +29,7 @@ IgnorableEditingAbortState::~IgnorableEditingAbortState()
|
| {
|
| }
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| // ---
|
|
|
| NoEditingAbortChecker::NoEditingAbortChecker(const char* file, int line)
|
|
|