Index: Source/platform/fonts/Font.h |
diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h |
index ca091a60649a08267f2f0a9f767b0acec4fd4be8..a673a4b1690ddc5f1f8be5c559c61b300281d9e0 100644 |
--- a/Source/platform/fonts/Font.h |
+++ b/Source/platform/fonts/Font.h |
@@ -163,10 +163,8 @@ public: |
void willUseFontData(UChar32) const; |
- bool loadingCustomFonts() const |
- { |
- return m_fontFallbackList && m_fontFallbackList->loadingCustomFonts(); |
- } |
+ bool loadingCustomFonts() const; |
+ bool isFallbackValid() const; |
private: |
bool shouldSkipDrawing() const |