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

Unified Diff: sky/engine/wtf/HashMap.h

Issue 729733002: Remove more bits of the Oilpan tracing system (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/wtf/HashCountedSet.h ('k') | sky/engine/wtf/HashSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/wtf/HashMap.h
diff --git a/sky/engine/wtf/HashMap.h b/sky/engine/wtf/HashMap.h
index 021a1e67802d82abc03475f3c6f8c26eb348229b..d6d2c7b6f7b268d8cbd002c80750bf1c63fd930a 100644
--- a/sky/engine/wtf/HashMap.h
+++ b/sky/engine/wtf/HashMap.h
@@ -153,8 +153,6 @@ namespace WTF {
static bool isValidKey(KeyPeekInType);
- void trace(typename Allocator::Visitor* visitor) { m_impl.trace(visitor); }
-
private:
AddResult inlineAdd(KeyPassInType, MappedPassInReferenceType);
@@ -493,13 +491,6 @@ namespace WTF {
vector[i] = *it;
}
-#if !ENABLE(OILPAN)
-template<typename T, typename U, typename V, typename W, typename X>
-struct NeedsTracing<HashMap<T, U, V, W, X> > {
- static const bool value = false;
-};
-#endif
-
} // namespace WTF
using WTF::HashMap;
« no previous file with comments | « sky/engine/wtf/HashCountedSet.h ('k') | sky/engine/wtf/HashSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698