Bug 37599 - Don't cache SimpleFontData* in getLastResortFallbackFont. The cached entry may be invalidated.
Summary: Don't cache SimpleFontData* in getLastResortFallbackFont. The cached entry ma...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-14 13:00 PDT by Steve Falkenburg
Modified: 2010-04-14 15:16 PDT (History)
0 users

See Also:


Attachments
Patch (4.99 KB, patch)
2010-04-14 13:09 PDT, Steve Falkenburg
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Falkenburg 2010-04-14 13:00:00 PDT
Don't cache SimpleFontData* in getLastResortFallbackFont. The cached entry may be invalidated.
Comment 1 Steve Falkenburg 2010-04-14 13:09:15 PDT
Created attachment 53357 [details]
Patch
Comment 2 Steve Falkenburg 2010-04-14 15:16:42 PDT
Committed r57613: <http://trac.webkit.org/changeset/57613>