Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(546)

Unified Diff: third_party/WebKit/Source/core/editing/commands/EditingState.cpp

Issue 2082503003: ASSERT -> DCHECK conversions in core/editing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698