[Webkit-unassigned] [Bug 98545] [chromium] fast/text/international/text-spliced-font.html and fast/writing-mode/Kusa-Makura-background-canvas.html failing on the Mac after r130443

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 9 11:54:32 PDT 2012


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #167781|review+                     |review-
               Flag|                            |




--- Comment #9 from Tony Chang <tony at chromium.org>  2012-10-09 11:55:09 PST ---
(From update of attachment 167781)
View in context: https://bugs.webkit.org/attachment.cgi?id=167781&action=review

> Source/WebCore/platform/graphics/FontFastPath.cpp:228
> +            if (isCJKIdeographOrSymbol(c) && data.fontData->platformData().orientation() != Horizontal && !data.fontData->isTextOrientationFallback())

Sorry, this is backwards.  It should be !isCJKIdeographOrSymbol(c)

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



More information about the webkit-unassigned mailing list