Chromium Code Reviews| Index: Source/wtf/HashMap.h |
| diff --git a/Source/wtf/HashMap.h b/Source/wtf/HashMap.h |
| index 43484084d9706cf72e4df5850f2a05b47a0395c1..ef364cf9175896b1e5f1d366be62b259bb75b3e6 100644 |
| --- a/Source/wtf/HashMap.h |
| +++ b/Source/wtf/HashMap.h |
| @@ -154,7 +154,6 @@ namespace WTF { |
| void trace(typename Allocator::Visitor* visitor) { m_impl.trace(visitor); } |
| - private: |
| AddResult inlineAdd(KeyPeekInType, MappedPassInReferenceType); |
| HashTableType m_impl; |