| 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 a3c23b75aee84693a1ba2c28e15d004de03dadea..014be41cac346d3b0d87b5d43e8f76e7650dac1a 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeRareData.h
|
| +++ b/third_party/WebKit/Source/core/dom/NodeRareData.h
|
| @@ -50,7 +50,7 @@ class NodeMutationObserverData final
|
| }
|
|
|
| void addTransientRegistration(MutationObserverRegistration* registration) {
|
| - m_transientRegistry.add(
|
| + m_transientRegistry.insert(
|
| TraceWrapperMember<MutationObserverRegistration>(this, registration));
|
| }
|
|
|
|
|