RESOLVED FIXED 116803
Encapsulate FontGlyphs
https://bugs.webkit.org/show_bug.cgi?id=116803
Summary Encapsulate FontGlyphs
Antti Koivisto
Reported 2013-05-26 18:09:55 PDT
Defriend Font.
Attachments
patch (37.11 KB, patch)
2013-05-26 18:24 PDT, Antti Koivisto
kling: review+
Antti Koivisto
Comment 1 2013-05-26 18:24:36 PDT
Andreas Kling
Comment 2 2013-05-26 18:36:43 PDT
Comment on attachment 202942 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=202942&action=review r=me > Source/WebCore/ChangeLog:21 > + Helpers form FontFastPath.cpp. Typo, from. > Source/WebCore/platform/graphics/FontFallbackList.cpp:62 > + m_realizedFontData.append(fontData); You should .release() the RefPtr here. Or make it a one-liner.
Antti Koivisto
Comment 3 2013-05-26 18:41:22 PDT
Note You need to log in before you can comment on or make changes to this bug.