| Index: third_party/WebKit/Source/platform/wtf/HashSet.h
|
| diff --git a/third_party/WebKit/Source/platform/wtf/HashSet.h b/third_party/WebKit/Source/platform/wtf/HashSet.h
|
| index 297a1566321a844b7d46ab286ee3e5a67b9737f6..927c3259a2f71be4b177f628bca76347c827d2f3 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/HashSet.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/HashSet.h
|
| @@ -273,7 +273,7 @@ HashSet<Value, HashFunctions, Traits, Allocator>::addWithTranslator(T&& value) {
|
|
|
| template <typename T, typename U, typename V, typename W>
|
| inline void HashSet<T, U, V, W>::erase(iterator it) {
|
| - m_impl.remove(it.m_impl);
|
| + m_impl.erase(it.m_impl);
|
| }
|
|
|
| template <typename T, typename U, typename V, typename W>
|
|
|