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) |