Index: Source/wtf/LinkedHashSet.h |
diff --git a/Source/wtf/LinkedHashSet.h b/Source/wtf/LinkedHashSet.h |
index d2e26890de4ad1ce0bbd4972da20f11584a2a21b..bdb1f1b20a5d2471d0a5aa58666bf330f133a1f7 100644 |
--- a/Source/wtf/LinkedHashSet.h |
+++ b/Source/wtf/LinkedHashSet.h |
@@ -248,7 +248,6 @@ public: |
template<typename Collection> |
void removeAll(const Collection& other) { WTF::removeAll(*this, other); } |
- using HasInlinedTraceMethodMarker = int; |
template<typename VisitorDispatcher> |
void trace(VisitorDispatcher visitor) { m_impl.trace(visitor); } |