| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.cpp b/third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.cpp
|
| index 6e422b5529fe4303d7dd213cecbe9dc5233b1c56..942f7cdb7195e4e92faf89dd68b954df72b51bf2 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementUpgradeCandidateMap.cpp
|
| @@ -69,7 +69,7 @@ void V0CustomElementUpgradeCandidateMap::elementWasDestroyed(Element* element) {
|
| UnresolvedDefinitionMap::iterator elements =
|
| m_unresolvedDefinitions.find(candidate->value);
|
| SECURITY_DCHECK(elements != m_unresolvedDefinitions.end());
|
| - elements->value->remove(element);
|
| + elements->value->erase(element);
|
| m_upgradeCandidates.remove(candidate);
|
| }
|
|
|
|
|