| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.h
|
| index 95e28d40f45da2e9d059e40589c218027b3f87ef..d3b4215aa55621c321716ecbeb854b9528cebe94 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementProcessingStack.h
|
| @@ -77,7 +77,7 @@ class CORE_EXPORT V0CustomElementProcessingStack
|
| // crash.
|
| V0CustomElementCallbackQueue* sentinel = 0;
|
| for (size_t i = 0; i < kNumSentinels; i++)
|
| - m_flattenedProcessingStack.append(sentinel);
|
| + m_flattenedProcessingStack.push_back(sentinel);
|
| DCHECK_EQ(s_elementQueueEnd, m_flattenedProcessingStack.size());
|
| }
|
|
|
|
|