| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.cpp b/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.cpp
|
| index 36c2d299708e1c16fd45aa6d7b07d2f88109f2ce..c43d4ef95a2b57118ce17ed4a13529430ba60e40 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.cpp
|
| @@ -86,7 +86,7 @@ void V0CustomElementProcessingStack::enqueue(
|
|
|
| callbackQueue->setOwner(currentElementQueue());
|
|
|
| - m_flattenedProcessingStack.append(callbackQueue);
|
| + m_flattenedProcessingStack.push_back(callbackQueue);
|
| ++s_elementQueueEnd;
|
| }
|
|
|
|
|