Index: Source/wtf/Vector.h |
diff --git a/Source/wtf/Vector.h b/Source/wtf/Vector.h |
index 15d15e3bc9070821b743abd0231669f26ab4b277..972c7377f9684de030b9897ff193694777ae002d 100644 |
--- a/Source/wtf/Vector.h |
+++ b/Source/wtf/Vector.h |
@@ -795,7 +795,6 @@ static const size_t kInitialVectorSize = WTF_VECTOR_INITIAL_SIZE; |
void reverse(); |
- typedef int HasInlinedTraceMethodMarker; |
template<typename VisitorDispatcher> void trace(VisitorDispatcher); |
private: |