| Index: third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| index 8937bcc07b388f127f97a47100d3aa568ccafccd..255bb55c83a9ceef767d02435b86d4609f519de2 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| @@ -57,7 +57,7 @@ void CustomElementReactionStack::invokeReactions(ElementQueue& queue) {
|
| if (CustomElementReactionQueue* reactions = m_map.get(element)) {
|
| reactions->invokeReactions(element);
|
| CHECK(reactions->isEmpty());
|
| - m_map.remove(element);
|
| + m_map.erase(element);
|
| }
|
| }
|
| }
|
|
|