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

Unified Diff: third_party/WebKit/Source/wtf/Assertions.h

Issue 2337053002: Fix a comment: ALLOW_UNUSED_LOCAL() is not needed for replacing ASSERT_UNUSED() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/Assertions.h
diff --git a/third_party/WebKit/Source/wtf/Assertions.h b/third_party/WebKit/Source/wtf/Assertions.h
index 6fe194a44bc33f8ee0d0850b2ddf7e538a042b30..d00b3aa526b1e4c29b38cef90d2c6e921a29bb82 100644
--- a/third_party/WebKit/Source/wtf/Assertions.h
+++ b/third_party/WebKit/Source/wtf/Assertions.h
@@ -179,7 +179,7 @@ private:
// They are deprecated. We should use:
// - DCHECK() for ASSERT()
// - NOTREACHED() for ASSERT_NOT_REACHED()
-// - DCHECK() and ALLOW_UNUSED_LOCAL() for ASSERT_UNUSED().
+// - DCHECK() for ASSERT_UNUSED().
#if OS(WIN)
// FIXME: Change to use something other than ASSERT to avoid this conflict with
// the underlying platform.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698