Index: Source/core/css/CSSFontFace.h |
diff --git a/Source/core/css/CSSFontFace.h b/Source/core/css/CSSFontFace.h |
index 0b32493ec6a7480d59105ccce292d87572128407..7901808129fbe27b0ee7622235c23055b840710e 100644 |
--- a/Source/core/css/CSSFontFace.h |
+++ b/Source/core/css/CSSFontFace.h |
@@ -114,7 +114,7 @@ private: |
UnicodeRangeSet m_ranges; |
RawPtrWillBeMember<CSSSegmentedFontFace> m_segmentedFontFace; |
- WillBeHeapDeque<OwnPtrWillBeMember<CSSFontFaceSource> > m_sources; |
+ WillBeHeapDeque<OwnPtrWillBeMember<CSSFontFaceSource>> m_sources; |
RawPtrWillBeMember<FontFace> m_fontFace; |
}; |