Bug 72214 - [WX] Make FontPlatformData::m_size private
Summary: [WX] Make FontPlatformData::m_size private
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Patrick R. Gansterer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-12 07:19 PST by Patrick R. Gansterer
Modified: 2011-11-14 00:16 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.38 KB, patch)
2011-11-12 07:24 PST, Patrick R. Gansterer
kling: review+
kling: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick R. Gansterer 2011-11-12 07:19:16 PST
[WX] Make FontPlatformData::m_size private
Comment 1 Patrick R. Gansterer 2011-11-12 07:24:28 PST
Created attachment 114833 [details]
Patch
Comment 2 Andreas Kling 2011-11-13 16:37:50 PST
Comment on attachment 114833 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=114833&action=review

rs=me

> Source/WebCore/ChangeLog:9
> +        the order in the contructor to fix many warnings.

Typo, constructor.
Comment 3 Patrick R. Gansterer 2011-11-14 00:16:44 PST
Committed r100106: <http://trac.webkit.org/changeset/100106>