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

Unified Diff: third_party/WebKit/Source/platform/heap/HeapAllocator.h

Issue 2384213003: reflow comments in platform/heap (Closed)
Patch Set: 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
Index: third_party/WebKit/Source/platform/heap/HeapAllocator.h
diff --git a/third_party/WebKit/Source/platform/heap/HeapAllocator.h b/third_party/WebKit/Source/platform/heap/HeapAllocator.h
index 80da0168318dc33bac5583609e274a78abe27ce6..d62e793349d48398a034a67a97c2cabbe1ff0e19 100644
--- a/third_party/WebKit/Source/platform/heap/HeapAllocator.h
+++ b/third_party/WebKit/Source/platform/heap/HeapAllocator.h
@@ -373,11 +373,10 @@ class HeapLinkedHashSet
"instead of HeapLinkedHashSet<>");
};
-template <
- typename ValueArg,
- size_t inlineCapacity =
- 0, // The inlineCapacity is just a dummy to match ListHashSet (off-heap).
- typename HashArg = typename DefaultHash<ValueArg>::Hash>
+template <typename ValueArg,
+ size_t inlineCapacity = 0, // The inlineCapacity is just a dummy to
+ // match ListHashSet (off-heap).
+ typename HashArg = typename DefaultHash<ValueArg>::Hash>
class HeapListHashSet
: public ListHashSet<ValueArg,
inlineCapacity,
« no previous file with comments | « third_party/WebKit/Source/platform/heap/Heap.cpp ('k') | third_party/WebKit/Source/platform/heap/HeapPage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698