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

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

Issue 2386843002: reflow comments in wtf (Closed)
Patch Set: comments (heh!) Created 4 years, 2 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 | « third_party/WebKit/Source/wtf/DequeTest.cpp ('k') | third_party/WebKit/Source/wtf/Functional.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/DynamicAnnotations.h
diff --git a/third_party/WebKit/Source/wtf/DynamicAnnotations.h b/third_party/WebKit/Source/wtf/DynamicAnnotations.h
index 7b9fd02b37d36a7fa36347906bdd1f8a55dc5fe5..33e9cd3ff9f381f7c25974c336cc863dc2ae0d49 100644
--- a/third_party/WebKit/Source/wtf/DynamicAnnotations.h
+++ b/third_party/WebKit/Source/wtf/DynamicAnnotations.h
@@ -45,14 +45,16 @@
* The dynamic analysis tools can intercept these functions and replace them
* with their own implementations.
*
- * See http://code.google.com/p/data-race-test/wiki/DynamicAnnotations for more information.
+ * See http://code.google.com/p/data-race-test/wiki/DynamicAnnotations for more
+ * information.
*/
#include "wtf/WTFExport.h"
#include "wtf/build_config.h"
#if USE(DYNAMIC_ANNOTATIONS)
-/* Tell data race detector that we're not interested in reports on the given address range. */
+/* Tell data race detector that we're not interested in reports on the given
+ * address range. */
#define WTF_ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
WTFAnnotateBenignRaceSized(__FILE__, __LINE__, address, size, description)
#define WTF_ANNOTATE_BENIGN_RACE(pointer, description) \
« no previous file with comments | « third_party/WebKit/Source/wtf/DequeTest.cpp ('k') | third_party/WebKit/Source/wtf/Functional.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698