RESOLVED FIXED 140677
Fix unused-private-field warning in FontCustomPlatformDataFreeType.cpp
https://bugs.webkit.org/show_bug.cgi?id=140677
Summary Fix unused-private-field warning in FontCustomPlatformDataFreeType.cpp
Csaba Osztrogonác
Reported 2015-01-20 07:23:57 PST
Source/WebCore/platform/graphics/cairo/FontCustomPlatformData.h:48:13: warning: private field 'm_freeTypeFace' is not used [-Wunused-private-field] FT_Face m_freeTypeFace; ^ 1 warning generated.
Attachments
Patch (2.56 KB, patch)
2015-01-20 07:25 PST, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-01-20 07:25:08 PST
WebKit Commit Bot
Comment 2 2015-01-20 09:23:14 PST
Comment on attachment 244990 [details] Patch Clearing flags on attachment: 244990 Committed r178717: <http://trac.webkit.org/changeset/178717>
WebKit Commit Bot
Comment 3 2015-01-20 09:23:19 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.