| Index: Source/core/css/CSSFontSelector.h
|
| diff --git a/Source/core/css/CSSFontSelector.h b/Source/core/css/CSSFontSelector.h
|
| index cb6e392f7fb8cc1d78b00ea150753f31df7f740e..5dc81aee8eb521e1c369ba3855957777f8e37ca8 100644
|
| --- a/Source/core/css/CSSFontSelector.h
|
| +++ b/Source/core/css/CSSFontSelector.h
|
| @@ -28,6 +28,7 @@
|
|
|
| #include "core/css/FontFaceCache.h"
|
| #include "core/fetch/ResourcePtr.h"
|
| +#include "heap/Handle.h"
|
| #include "platform/Timer.h"
|
| #include "platform/fonts/FontSelector.h"
|
| #include "platform/fonts/GenericFontFamilySettings.h"
|
| @@ -103,7 +104,7 @@ private:
|
| Document* m_document;
|
| // FIXME: Move to Document or StyleEngine.
|
| FontFaceCache m_fontFaceCache;
|
| - HashSet<CSSFontSelectorClient*> m_clients;
|
| + WillBePersistentHeapHashSet<RawPtrWillBeWeakMember<CSSFontSelectorClient> > m_clients;
|
|
|
| FontLoader m_fontLoader;
|
| GenericFontFamilySettings m_genericFontFamilySettings;
|
|
|