| Index: Source/core/dom/custom/CustomElementCallbackQueue.h
|
| diff --git a/Source/core/dom/custom/CustomElementCallbackQueue.h b/Source/core/dom/custom/CustomElementCallbackQueue.h
|
| index 08cdcbeaeb752e15d58cac69c51a67c90f3f9748..7ddc5abfa3c5e37d76f6eaf83cc1c34983040e94 100644
|
| --- a/Source/core/dom/custom/CustomElementCallbackQueue.h
|
| +++ b/Source/core/dom/custom/CustomElementCallbackQueue.h
|
| @@ -71,7 +71,7 @@ private:
|
| explicit CustomElementCallbackQueue(PassRefPtrWillBeRawPtr<Element>);
|
|
|
| RefPtrWillBeMember<Element> m_element;
|
| - WillBeHeapVector<OwnPtrWillBeMember<CustomElementProcessingStep> > m_queue;
|
| + WillBeHeapVector<OwnPtrWillBeMember<CustomElementProcessingStep>> m_queue;
|
| ElementQueueId m_owner;
|
| size_t m_index;
|
| bool m_inCreatedCallback;
|
|
|