| Index: Source/web/WebFontImpl.h
|
| diff --git a/Source/web/WebFontImpl.h b/Source/web/WebFontImpl.h
|
| index b6c2378f65f09dd488c189496a72c2631afbb7fc..a3eb8aadbf2614d1d62b257a9422c46732c7e43c 100644
|
| --- a/Source/web/WebFontImpl.h
|
| +++ b/Source/web/WebFontImpl.h
|
| @@ -34,12 +34,14 @@
|
| #include "platform/fonts/Font.h"
|
| #include "platform/graphics/paint/DisplayItemClient.h"
|
| #include "public/web/WebFont.h"
|
| +#include "wtf/FastAllocBase.h"
|
|
|
| namespace blink {
|
|
|
| class FontDescription;
|
|
|
| class WebFontImpl final : public WebFont {
|
| + WTF_MAKE_FAST_ALLOCATED(WebFontImpl);
|
| public:
|
| explicit WebFontImpl(const FontDescription&);
|
|
|
|
|