| Index: Source/wtf/HashSet.h
|
| diff --git a/Source/wtf/HashSet.h b/Source/wtf/HashSet.h
|
| index f70b1595574e464433d76848b91c68819e4647a2..e11789a728eadc1768b0cb7f15395125ddd42773 100644
|
| --- a/Source/wtf/HashSet.h
|
| +++ b/Source/wtf/HashSet.h
|
| @@ -105,10 +105,7 @@ namespace WTF {
|
|
|
| static bool isValidValue(ValuePeekInType);
|
|
|
| - void trace(typename Allocator::Visitor* visitor)
|
| - {
|
| - m_impl.trace(visitor);
|
| - }
|
| + void trace(typename Allocator::Visitor* visitor) { m_impl.trace(visitor); }
|
|
|
| private:
|
| friend void deleteAllValues<>(const HashSet&);
|
|
|