Bug 95867 - Rename Font::m_fontList to avoid confusion
Summary: Rename Font::m_fontList to avoid confusion
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Stephen Chenney
URL:
Keywords:
Depends on: 95866
Blocks:
  Show dependency treegraph
 
Reported: 2012-09-05 10:30 PDT by Stephen Chenney
Modified: 2012-10-01 15:18 PDT (History)
3 users (show)

See Also:


Attachments
Patch (8.96 KB, patch)
2012-10-01 15:01 PDT, Stephen Chenney
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Chenney 2012-09-05 10:30:59 PDT
We currently have Font::m_fontList which is a RefPtr<FontFallbackList>, while we also have FontFallbackList::m_fontList, which is the eponymous list of font fallbacks.
Comment 1 Stephen Chenney 2012-10-01 15:01:29 PDT
Created attachment 166553 [details]
Patch
Comment 2 Eric Seidel (no email) 2012-10-01 15:04:06 PDT
Comment on attachment 166553 [details]
Patch

OK.
Comment 3 Stephen Chenney 2012-10-01 15:18:19 PDT
Committed r130082: <http://trac.webkit.org/changeset/130082>