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

Unified Diff: Source/core/editing/TextIterator.cpp

Issue 394353002: Replace tests of ASSERT_ENABLED with ENABLE(ASSERT). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: Source/core/editing/TextIterator.cpp
diff --git a/Source/core/editing/TextIterator.cpp b/Source/core/editing/TextIterator.cpp
index 0898f2bae71f4423ccfdf505046a2429e77cd8fb..115eaaa5f4954acee9cbae91f9d080c818c22a46 100644
--- a/Source/core/editing/TextIterator.cpp
+++ b/Source/core/editing/TextIterator.cpp
@@ -158,7 +158,7 @@ unsigned BitStack::size() const
// --------
-#if ASSERT_ENABLED
+#if ENABLE(ASSERT)
static unsigned depthCrossingShadowBoundaries(Node* node)
{

Powered by Google App Engine
This is Rietveld 408576698