[Webkit-unassigned] [Bug 26353] Incorrect Handling of Cairo Fonts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 12 14:00:26 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26353


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31212|review?                     |review+
               Flag|                            |




------- Comment #3 from eric at webkit.org  2009-06-12 14:00 PDT -------
(From update of attachment 31212)
Style:
 FontCustomPlatformData(const FontCustomPlatformData& source)
 40     : m_fontFace(cairo_font_face_reference(source.m_fontFace))
 41     {}
officially that should be:
 FontCustomPlatformData(const FontCustomPlatformData& source)
    : m_fontFace(cairo_font_face_reference(source.m_fontFace))
{
}
At least that's my understanding of the WK style.

Looks OK I guess.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list