summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/qt/FontCacheQt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/qt/FontCacheQt.cpp')
-rw-r--r--WebCore/platform/graphics/qt/FontCacheQt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/qt/FontCacheQt.cpp b/WebCore/platform/graphics/qt/FontCacheQt.cpp
index 82fb709..83df0f3 100644
--- a/WebCore/platform/graphics/qt/FontCacheQt.cpp
+++ b/WebCore/platform/graphics/qt/FontCacheQt.cpp
@@ -56,7 +56,7 @@ FontPlatformData* FontCache::getSimilarFontPlatformData(const Font& font)
FontPlatformData* FontCache::getLastResortFallbackFont(const FontDescription& fontDescription)
{
- const AtomicString fallbackFamily = QFont(fontDescription.family().family()).lastResortFont();
+ const AtomicString fallbackFamily = QFont(fontDescription.family().family()).lastResortFamily();
return new FontPlatformData(fontDescription, fallbackFamily);
}