Index: Source/wtf/HashMap.h |
diff --git a/Source/wtf/HashMap.h b/Source/wtf/HashMap.h |
index 850c2054bc7536bf7bf4141c5d93b8a2e306b1ee..eac2b9912e346aa26f1abc13cb09212215d214ad 100644 |
--- a/Source/wtf/HashMap.h |
+++ b/Source/wtf/HashMap.h |
@@ -152,7 +152,6 @@ namespace WTF { |
static bool isValidKey(KeyPeekInType); |
- typedef int HasInlinedTraceMethodMarker; |
template<typename VisitorDispatcher> |
void trace(VisitorDispatcher visitor) { m_impl.trace(visitor); } |