X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2Fplatform%2Fgraphics%2Fqt%2FGlyphPageTreeNodeQt.cpp;h=1fd179388a9fbb3ab250453e69eb732b71b0912e;hp=0f8963d5ebe324b8884e83978561ff40694e74db;hb=3de4f161b6083de78dc84b698a5ba5ee19d4c338;hpb=cbaf62b990c66de6ddd55fda09b88c3d6b398716 diff --git a/WebCore/platform/graphics/qt/GlyphPageTreeNodeQt.cpp b/WebCore/platform/graphics/qt/GlyphPageTreeNodeQt.cpp index 0f8963d5ebe3..1fd179388a9f 100644 --- a/WebCore/platform/graphics/qt/GlyphPageTreeNodeQt.cpp +++ b/WebCore/platform/graphics/qt/GlyphPageTreeNodeQt.cpp @@ -28,7 +28,7 @@ namespace WebCore { -void GlyphPageTreeNode::pruneTreeCustomFontData(const SimpleFontData* fontData) +void GlyphPageTreeNode::pruneTreeCustomFontData(const FontData* fontData) { QFontDatabase::removeApplicationFont(fontData->platformData().handle); }