Index: Source/wtf/HashSet.h |
diff --git a/Source/wtf/HashSet.h b/Source/wtf/HashSet.h |
index 3e7bb6043b73fe7d64b4957acbb150acdc6936c4..d83038661ed0a74e8b7fc731aad0542c5581c850 100644 |
--- a/Source/wtf/HashSet.h |
+++ b/Source/wtf/HashSet.h |
@@ -108,7 +108,6 @@ namespace WTF { |
ValuePassOutType take(ValuePeekInType); |
ValuePassOutType takeAny(); |
- typedef int HasInlinedTraceMethodMarker; |
template<typename VisitorDispatcher> |
void trace(VisitorDispatcher visitor) { m_impl.trace(visitor); } |