| Index: third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| index 60515bd1d48bdc217d27858be7d0071646018184..32d9b26944d6ddacdd1074b6f6ea5f25c6859c1d 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| @@ -42,7 +42,7 @@ void CustomElementReactionStack::popInvokingReactions() {
|
| ElementQueue* queue = m_stack.last();
|
| if (queue)
|
| invokeReactions(*queue);
|
| - m_stack.removeLast();
|
| + m_stack.pop_back();
|
| }
|
|
|
| void CustomElementReactionStack::invokeReactions(ElementQueue& queue) {
|
|
|