| 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 57a313afcdc51374511eb36d68ab103b9d0ba2a3..a3c23b75aee84693a1ba2c28e15d004de03dadea 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeRareData.h
|
| +++ b/third_party/WebKit/Source/core/dom/NodeRareData.h
|
| @@ -60,7 +60,7 @@ class NodeMutationObserverData final
|
| }
|
|
|
| void addRegistration(MutationObserverRegistration* registration) {
|
| - m_registry.append(
|
| + m_registry.push_back(
|
| TraceWrapperMember<MutationObserverRegistration>(this, registration));
|
| }
|
|
|
|
|