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

Unified Diff: Source/wtf/ListHashSet.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/LinkedHashSet.h ('k') | Source/wtf/Vector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/ListHashSet.h
diff --git a/Source/wtf/ListHashSet.h b/Source/wtf/ListHashSet.h
index c5455a412cb78dea6ac513401a20ed0a0cfdee69..55afc61a14c78c1a42891c8b594facbc7b368255 100644
--- a/Source/wtf/ListHashSet.h
+++ b/Source/wtf/ListHashSet.h
@@ -167,7 +167,6 @@ namespace WTF {
ValuePassOutType take(ValuePeekInType);
ValuePassOutType takeFirst();
- typedef int HasInlinedTraceMethodMarker;
template<typename VisitorDispatcher>
void trace(VisitorDispatcher);
@@ -394,7 +393,6 @@ namespace WTF {
allocator->deallocate(this);
}
- typedef int HasInlinedTraceMethodMarker;
// This is not called in normal tracing, but it is called if we find a
// pointer to a node on the stack using conservative scanning. Since
// the original ListHashSet may no longer exist we make sure to mark
« no previous file with comments | « Source/wtf/LinkedHashSet.h ('k') | Source/wtf/Vector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698