Index: Source/platform/fonts/FontFallbackList.h |
diff --git a/Source/platform/fonts/FontFallbackList.h b/Source/platform/fonts/FontFallbackList.h |
index 72f12681a2172c51ea4425e88bfaeeb8a9c60aed..60789540ce0c704bfa3fe21c70a800536b41dcf1 100644 |
--- a/Source/platform/fonts/FontFallbackList.h |
+++ b/Source/platform/fonts/FontFallbackList.h |
@@ -119,6 +119,7 @@ private: |
mutable int m_familyIndex; |
unsigned short m_generation; |
mutable bool m_hasLoadingFallback : 1; |
+ mutable bool m_hasCustomFont : 1; |
}; |
} // namespace blink |