Bug 140677

Summary: Fix unused-private-field warning in FontCustomPlatformDataFreeType.cpp
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, commit-queue, d-r, gyuyoung.kim, mmaxfield, mrobinson, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 145121    
Attachments:
Description Flags
Patch none

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.