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

Unified Diff: third_party/WebKit/Source/wtf/Allocator.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/AddressSanitizer.h ('k') | third_party/WebKit/Source/wtf/Assertions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/Allocator.h
diff --git a/third_party/WebKit/Source/wtf/Allocator.h b/third_party/WebKit/Source/wtf/Allocator.h
index 4d4f9277c90cd20431e19035dabb3a3d3784b74e..1d9b7f3a90dcb47fa361d3993ceb01efe1180583 100644
--- a/third_party/WebKit/Source/wtf/Allocator.h
+++ b/third_party/WebKit/Source/wtf/Allocator.h
@@ -27,7 +27,7 @@ namespace WTF {
// part of object. If it has Members you need a trace method and the containing
// object needs to call that trace method.
//
-// DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(): Allows only placement new operator. This
+// DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(): Allows only placement new operator. This
// disallows general allocation of this object but allows to put the object as a
// value object in collections. If these have Members you need to have a trace
// method. That trace method will be called automatically by the on-heap
@@ -82,7 +82,8 @@ namespace WTF {
#define STACK_ALLOCATED() DISALLOW_NEW()
#endif
-// Provides customizable overrides of fastMalloc/fastFree and operator new/delete
+// Provides customizable overrides of fastMalloc/fastFree and operator
+// new/delete
//
// Provided functionality:
// Macro: USING_FAST_MALLOC
« no previous file with comments | « third_party/WebKit/Source/wtf/AddressSanitizer.h ('k') | third_party/WebKit/Source/wtf/Assertions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698