[Webkit-unassigned] [Bug 123338] Re-enable simple line layout on non-Mac platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 25 12:29:43 PDT 2013


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





--- Comment #3 from Zan Dobersek <zandobersek at gmail.com>  2013-10-25 12:28:28 PST ---
Non-Mac platforms don't define ENABLE_8BIT_TEXTRUN to 1, so the TextRun constructor implicitly converts the character data to a WTF::String. The length parameter that's passed to the TextRun constructor is then ignored, and the length of the complete string is used.

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