Bug 137011

Summary: SVGToOTFFontConverter::computeKerningData() uses redundant sets
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: Layout and RenderingAssignee: Myles C. Maxfield <mmaxfield>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Myles C. Maxfield 2014-09-22 14:02:07 PDT
Glyph names are kept in a HashSet inside SVGKerningPair, and SVGToOTFFontConverter::addGlyphNames() pulls them out of that HashSet and into another HashSet. This could be improved.