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

Unified Diff: Source/wtf/HashTable.h

Issue 1270043002: Remove HasInlinedTraceMethod<T>. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/HashSet.h ('k') | Source/wtf/LinkedHashSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/HashTable.h
diff --git a/Source/wtf/HashTable.h b/Source/wtf/HashTable.h
index 6012f53e49ef9925ae8bd3f9a40c622353f56943..a2bfd0b193c7735f2a9ebc8e8c3f4dc9c51bbc5a 100644
--- a/Source/wtf/HashTable.h
+++ b/Source/wtf/HashTable.h
@@ -462,7 +462,6 @@ namespace WTF {
template<typename HashTranslator, typename T> ValueType* lookup(T);
template<typename HashTranslator, typename T> const ValueType* lookup(T) const;
- typedef int HasInlinedTraceMethodMarker;
template<typename VisitorDispatcher> void trace(VisitorDispatcher);
#if ENABLE(ASSERT)
« no previous file with comments | « Source/wtf/HashSet.h ('k') | Source/wtf/LinkedHashSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698