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

Unified Diff: Source/wtf/HashSet.h

Issue 260713004: Add HeapHashCountedSet (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix nit Created 6 years, 8 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 | « Source/wtf/HashMap.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/HashSet.h
diff --git a/Source/wtf/HashSet.h b/Source/wtf/HashSet.h
index f70b1595574e464433d76848b91c68819e4647a2..e11789a728eadc1768b0cb7f15395125ddd42773 100644
--- a/Source/wtf/HashSet.h
+++ b/Source/wtf/HashSet.h
@@ -105,10 +105,7 @@ namespace WTF {
static bool isValidValue(ValuePeekInType);
- void trace(typename Allocator::Visitor* visitor)
- {
- m_impl.trace(visitor);
- }
+ void trace(typename Allocator::Visitor* visitor) { m_impl.trace(visitor); }
private:
friend void deleteAllValues<>(const HashSet&);
« no previous file with comments | « Source/wtf/HashMap.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698