| Index: third_party/WebKit/Source/platform/Supplementable.h
|
| diff --git a/third_party/WebKit/Source/platform/Supplementable.h b/third_party/WebKit/Source/platform/Supplementable.h
|
| index ad7fd69462ed823a352cf70f65ca62d37f2ccb08..8dc87ba04f2c672870240746914db683df5b4999 100644
|
| --- a/third_party/WebKit/Source/platform/Supplementable.h
|
| +++ b/third_party/WebKit/Source/platform/Supplementable.h
|
| @@ -146,7 +146,7 @@ class Supplementable : public virtual GarbageCollectedMixin {
|
| #if DCHECK_IS_ON()
|
| DCHECK_EQ(m_creationThreadId, currentThread());
|
| #endif
|
| - this->m_supplements.remove(key);
|
| + this->m_supplements.erase(key);
|
| }
|
|
|
| Supplement<T>* requireSupplement(const char* key) {
|
|
|