| Index: Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp
|
| diff --git a/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp b/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp
|
| index d5e946c4b0c7c7c94903f766a0981b4648e30b69..5682a805f7d631e3bf0b15f9ac1127fc39764ccc 100644
|
| --- a/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp
|
| +++ b/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp
|
| @@ -42,7 +42,7 @@ void CustomElementAsyncImportMicrotaskQueue::enqueue(PassOwnPtrWillBeRawPtr<Cust
|
|
|
| void CustomElementAsyncImportMicrotaskQueue::doDispatch()
|
| {
|
| - WillBeHeapVector<OwnPtrWillBeMember<CustomElementMicrotaskStep> > remaining;
|
| + WillBeHeapVector<OwnPtrWillBeMember<CustomElementMicrotaskStep>> remaining;
|
|
|
| for (unsigned i = 0; i < m_queue.size(); ++i) {
|
| if (CustomElementMicrotaskStep::Processing == m_queue[i]->process())
|
|
|