| 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..1e5336aa5424cb4f57e016efcc7fddfebe48ed56 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| @@ -78,7 +78,7 @@ void CustomElementReactionStack::enqueue(Member<ElementQueue>& queue,
|
| CustomElementReactionQueue* reactions = m_map.get(element);
|
| if (!reactions) {
|
| reactions = new CustomElementReactionQueue();
|
| - m_map.add(TraceWrapperMember<Element>(this, element), reactions);
|
| + m_map.insert(TraceWrapperMember<Element>(this, element), reactions);
|
| }
|
|
|
| reactions->add(reaction);
|
|
|