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

Unified Diff: Source/wtf/HashMap.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/HashCountedSet.h ('k') | Source/wtf/HashSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/HashMap.h
diff --git a/Source/wtf/HashMap.h b/Source/wtf/HashMap.h
index 1b6366d7ea68d6c2636b1ebe40bb87c8b9de411a..626f143201d0f3c53487fa38dd02ed74068f306d 100644
--- a/Source/wtf/HashMap.h
+++ b/Source/wtf/HashMap.h
@@ -150,10 +150,7 @@ namespace WTF {
static bool isValidKey(KeyPeekInType);
- void trace(typename Allocator::Visitor* visitor)
- {
- m_impl.trace(visitor);
- }
+ void trace(typename Allocator::Visitor* visitor) { m_impl.trace(visitor); }
private:
AddResult inlineAdd(KeyPeekInType, MappedPassInReferenceType);
« no previous file with comments | « Source/wtf/HashCountedSet.h ('k') | Source/wtf/HashSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698