| Index: Source/core/dom/custom/CustomElementMicrotaskQueueBase.h
|
| diff --git a/Source/core/dom/custom/CustomElementMicrotaskQueueBase.h b/Source/core/dom/custom/CustomElementMicrotaskQueueBase.h
|
| index a0164ad28ffee4bb03f58eb8f4c9546419a44457..0990fde1d72775ac6839790a296e6a9f96ecdcfb 100644
|
| --- a/Source/core/dom/custom/CustomElementMicrotaskQueueBase.h
|
| +++ b/Source/core/dom/custom/CustomElementMicrotaskQueueBase.h
|
| @@ -34,7 +34,7 @@ protected:
|
| CustomElementMicrotaskQueueBase() : m_inDispatch(false) { }
|
| virtual void doDispatch() = 0;
|
|
|
| - WillBeHeapVector<OwnPtrWillBeMember<CustomElementMicrotaskStep> > m_queue;
|
| + WillBeHeapVector<OwnPtrWillBeMember<CustomElementMicrotaskStep>> m_queue;
|
| bool m_inDispatch;
|
| };
|
|
|
|
|