Index: Source/core/dom/custom/CustomElementMicrotaskDispatcher.h |
diff --git a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h |
index fe256524f5fc718f1989da5034bdc724d731d339..884886229ccb1e4c1a17ef41d10c50396d949c9a 100644 |
--- a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h |
+++ b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h |
@@ -42,7 +42,7 @@ private: |
DispatchingCallbacks |
} m_phase; |
- WillBeHeapVector<RawPtrWillBeMember<CustomElementCallbackQueue> > m_elements; |
+ WillBeHeapVector<RawPtrWillBeMember<CustomElementCallbackQueue>> m_elements; |
}; |
} // namespace blink |