| Index: third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.cpp b/third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.cpp
|
| index 1df010446c2c8038df77d663796efb48ef3937b8..8ab4f5fb6144745ae7809524cd76ec93db10e5fb 100644
|
| --- a/third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.cpp
|
| @@ -79,7 +79,7 @@ void IdTargetObserverRegistry::notifyObserversInternal(const AtomicString& id) {
|
| }
|
|
|
| if (m_notifyingObserversInSet->isEmpty())
|
| - m_registry.remove(id.impl());
|
| + m_registry.erase(id.impl());
|
|
|
| m_notifyingObserversInSet = nullptr;
|
| }
|
|
|