| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.cpp b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.cpp
|
| index 64aaaf8a13fdca0633a6341d401e52aa23c4df70..bbb9e9986f8450f565798d11cb8536b5a4d21475 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.cpp
|
| @@ -28,7 +28,7 @@ void V0CustomElementMicrotaskDispatcher::enqueue(
|
| V0CustomElementCallbackQueue* queue) {
|
| ensureMicrotaskScheduledForElementQueue();
|
| queue->setOwner(kMicrotaskQueueId);
|
| - m_elements.append(queue);
|
| + m_elements.push_back(queue);
|
| }
|
|
|
| void V0CustomElementMicrotaskDispatcher::
|
|
|