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..1b798c82355c6f5b0a096ea9a8693652dee062f3 100644 |
--- a/third_party/WebKit/Source/core/fetch/FontResource.h |
+++ b/third_party/WebKit/Source/core/fetch/FontResource.h |
@@ -79,8 +79,6 @@ private: |
void fontLoadShortLimitCallback(TimerBase*); |
void fontLoadLongLimitCallback(TimerBase*); |
- bool isSafeToUnlock() const override; |
- |
enum LoadLimitState { UnderLimit, ShortLimitExceeded, LongLimitExceeded }; |
std::unique_ptr<FontCustomPlatformData> m_fontData; |