[Webkit-unassigned] [Bug 83227] [chromium] wrong justification for arabic/persian page in cr-win

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 4 19:17:21 PDT 2012


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





--- Comment #6 from Xiaomei Ji <xji at chromium.org>  2012-04-04 19:17:21 PST ---
(From update of attachment 135716)
View in context: https://bugs.webkit.org/attachment.cgi?id=135716&action=review

> Source/WebCore/platform/graphics/chromium/UniscribeHelper.cpp:198
> +        int additionalSpaceInRun = additionalSpace; 

this line should not be necessary. all the 'additionalSpaceInRun" access should be just "additionalSpace".
Semantically, it is the same as moving this line to outside of 'for' loop.

-- 
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