The Cocoa version of Font::platformCreateScaledFont() has a bug where it will return "this" for a 0pt font. This causes a reference cycle when creating a small-caps variant for a 0pt font.
<rdar://problem/19650570>
Created attachment 247176 [details] Patch
Created attachment 247178 [details] Patch
Comment on attachment 247178 [details] Patch How can we test this?
(In reply to comment #4) > Comment on attachment 247178 [details] > Patch > > How can we test this? I have no idea how to test this in any reliable way.
Comment on attachment 247178 [details] Patch Clearing flags on attachment: 247178 Committed r180561: <http://trac.webkit.org/changeset/180561>
All reviewed patches have been landed. Closing bug.