| Index: Source/core/css/CSSFontSelector.h
|
| diff --git a/Source/core/css/CSSFontSelector.h b/Source/core/css/CSSFontSelector.h
|
| index 77b2c93ba726ff9e31df7f2e15fb73b60867c4fb..22b96af665de238a338d7e3056151f61355a0283 100644
|
| --- a/Source/core/css/CSSFontSelector.h
|
| +++ b/Source/core/css/CSSFontSelector.h
|
| @@ -91,7 +91,7 @@ private:
|
| RawPtrWillBeWeakMember<Document> m_document;
|
| // FIXME: Move to Document or StyleEngine.
|
| FontFaceCache m_fontFaceCache;
|
| - WillBeHeapHashSet<RawPtrWillBeWeakMember<CSSFontSelectorClient> > m_clients;
|
| + WillBeHeapHashSet<RawPtrWillBeWeakMember<CSSFontSelectorClient>> m_clients;
|
|
|
| RefPtrWillBeMember<FontLoader> m_fontLoader;
|
| GenericFontFamilySettings m_genericFontFamilySettings;
|
|
|