Bug 132110

Summary: FontCache::fontCache() never returns nullptr so it can be made to return a reference instead
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: New BugsAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, dino, enrica, esprehn+autocc, glenn, gyuyoung.kim, jonlee, macpherson, menard, mitz, sergio, simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Myles C. Maxfield 2014-04-24 00:02:26 PDT
FontCache::fontCache() never returns nullptr so it can be made to return a reference instead
Comment 1 Myles C. Maxfield 2014-04-24 00:05:41 PDT
Created attachment 230054 [details]
Patch
Comment 2 Tim Horton 2014-04-24 00:38:06 PDT
Comment on attachment 230054 [details]
Patch

Nice! Did you make sure that iOS build doesn't break too? (seems like you're probably safe)
Comment 3 Myles C. Maxfield 2014-04-24 12:04:02 PDT
Yep! iOS builds fine.
Comment 4 Myles C. Maxfield 2014-04-24 12:06:41 PDT
http://trac.webkit.org/changeset/167768