| Index: third_party/WebKit/Source/platform/wtf/HashMap.h
|
| diff --git a/third_party/WebKit/Source/platform/wtf/HashMap.h b/third_party/WebKit/Source/platform/wtf/HashMap.h
|
| index 26b87a4a93f0a93b7fe26645c82355a9b9f2abe8..b46b7e7f7625723413111d60fb546de9b9033d4d 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/HashMap.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/HashMap.h
|
| @@ -605,7 +605,7 @@ template <typename T,
|
| typename X,
|
| typename Y>
|
| inline void HashMap<T, U, V, W, X, Y>::erase(iterator it) {
|
| - m_impl.remove(it.m_impl);
|
| + m_impl.erase(it.m_impl);
|
| }
|
|
|
| template <typename T,
|
|
|