Index: third_party/WebKit/Source/core/fetch/FontResource.h |
diff --git a/third_party/WebKit/Source/core/fetch/FontResource.h b/third_party/WebKit/Source/core/fetch/FontResource.h |
index d0461fcc32affd3a63977380fb7c98ea42f7b565..880d1b3d667c87538a8a30a10ac18d5cb42bfa59 100644 |
--- a/third_party/WebKit/Source/core/fetch/FontResource.h |
+++ b/third_party/WebKit/Source/core/fetch/FontResource.h |
@@ -95,15 +95,13 @@ private: |
DEFINE_RESOURCE_TYPE_CASTS(Font); |
-class FontResourceClient : public GarbageCollectedMixin, public ResourceClient { |
+class FontResourceClient : public ResourceClient { |
public: |
~FontResourceClient() override {} |
static bool isExpectedType(ResourceClient* client) { return client->getResourceClientType() == FontType; } |
ResourceClientType getResourceClientType() const final { return FontType; } |
virtual void fontLoadShortLimitExceeded(FontResource*) {} |
virtual void fontLoadLongLimitExceeded(FontResource*) {} |
- |
- DEFINE_INLINE_VIRTUAL_TRACE() {} |
}; |
} // namespace blink |