| Index: third_party/WebKit/Source/core/dom/NodeRareData.h
|
| diff --git a/third_party/WebKit/Source/core/dom/NodeRareData.h b/third_party/WebKit/Source/core/dom/NodeRareData.h
|
| index 014be41cac346d3b0d87b5d43e8f76e7650dac1a..7df8d9d527a52700368f3c764284f1502f327d7a 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeRareData.h
|
| +++ b/third_party/WebKit/Source/core/dom/NodeRareData.h
|
| @@ -56,7 +56,7 @@ class NodeMutationObserverData final
|
|
|
| void removeTransientRegistration(MutationObserverRegistration* registration) {
|
| DCHECK(m_transientRegistry.contains(registration));
|
| - m_transientRegistry.remove(registration);
|
| + m_transientRegistry.erase(registration);
|
| }
|
|
|
| void addRegistration(MutationObserverRegistration* registration) {
|
|
|