| Index: third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| diff --git a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| index ee79b4660d49df384ba6cf8b28c769b2c0aed7f8..d52613625046933dc47470d147d0865a2e271af1 100644
|
| --- a/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| +++ b/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
|
| @@ -24,6 +24,7 @@ enum FontDisplay {
|
|
|
| class RemoteFontFaceSource final : public CSSFontFaceSource, public FontResourceClient {
|
| USING_PRE_FINALIZER(RemoteFontFaceSource, dispose);
|
| + USING_GARBAGE_COLLECTED_MIXIN(RemoteFontFaceSource);
|
| public:
|
| enum DisplayPeriod { BlockPeriod, SwapPeriod, FailurePeriod };
|
|
|
|
|