Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementSyncMicrotaskQueue.cpp |
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementSyncMicrotaskQueue.cpp b/third_party/WebKit/Source/core/dom/custom/V0CustomElementSyncMicrotaskQueue.cpp |
| index 0c898e8f5eb88e4613c68f080711183bf0c1ded8..ffe57b429bddca26215f7dd99587fe91ca8ac998 100644 |
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementSyncMicrotaskQueue.cpp |
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementSyncMicrotaskQueue.cpp |
| @@ -19,7 +19,7 @@ void V0CustomElementSyncMicrotaskQueue::doDispatch() { |
| break; |
| } |
| - m_queue.remove(0, i); |
| + m_queue.erase(0, i); |
| } |
| } // namespace blink |