| Index: Source/wtf/HashCountedSet.h
|
| diff --git a/Source/wtf/HashCountedSet.h b/Source/wtf/HashCountedSet.h
|
| index 78da23d18de6fe11441cb417c63cdf4a0477891b..26060122f41ef6cd4f38676799ddb285acba2567 100644
|
| --- a/Source/wtf/HashCountedSet.h
|
| +++ b/Source/wtf/HashCountedSet.h
|
| @@ -80,7 +80,6 @@ namespace WTF {
|
| // Clears the whole set.
|
| void clear() { m_impl.clear(); }
|
|
|
| - using HasInlinedTraceMethodMarker = int;
|
| template<typename VisitorDispatcher>
|
| void trace(VisitorDispatcher visitor) { m_impl.trace(visitor); }
|
|
|
|
|