Bug 147392

Summary: Minor cleanups in FontCacheFreeType.cpp
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebCore Misc.Assignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Minor CC: mcatanzaro, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch mrobinson: review+

Description Michael Catanzaro 2015-07-28 17:27:19 PDT
Mark several functions as static (file-scope), use more nullptr, and use more smart pointers.
Comment 1 Michael Catanzaro 2015-07-28 17:46:41 PDT
Created attachment 257714 [details]
Patch
Comment 2 Michael Catanzaro 2015-07-28 17:58:27 PDT
Committed r187532: <http://trac.webkit.org/changeset/187532>