Skip to content

Commit c088fdc

Browse files
author
David Hyatt
committed
Fix win32 bustage.
Canonical link: https://commits.webkit.org/12240@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@14513 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent b0fee21 commit c088fdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WebCore/platform/win/FontDataWin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void FontData::platformDestroy()
8383
FontData* FontData::smallCapsFontData(const FontDescription& fontDescription) const
8484
{
8585
if (!m_smallCapsFontData)
86-
return this; // FIXME: Implement.
86+
return (FontData*)this; // FIXME: Implement.
8787
return m_smallCapsFontData;
8888
}
8989

0 commit comments

Comments
 (0)