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

Unified Diff: third_party/WebKit/Source/platform/Timer.h

Issue 1826733002: Remove ASSERT_WITH_MESSAGE family. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/platform/Timer.h
diff --git a/third_party/WebKit/Source/platform/Timer.h b/third_party/WebKit/Source/platform/Timer.h
index c5423b6625c2d6893384515e7ba15380fd454912..6afec7d7e28a45722099bf1494f927a419a8e6ae 100644
--- a/third_party/WebKit/Source/platform/Timer.h
+++ b/third_party/WebKit/Source/platform/Timer.h
@@ -130,7 +130,7 @@ private:
CancellableTimerTask* m_cancellableTimerTask; // NOT OWNED
WebTaskRunner* m_webTaskRunner; // Not owned.
-#if ENABLE(ASSERT)
+#if DCHECK_IS_ON()
ThreadIdentifier m_thread;
#endif

Powered by Google App Engine
This is Rietveld 408576698