[Webkit-unassigned] [Bug 36052] [Qt] REGRESSION(55878) 63 test cases crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 12 09:50:01 PST 2010


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





--- Comment #5 from Gavin Barraclough <barraclough at apple.com>  2010-03-12 09:50:01 PST ---
Hi Csaba,

Any chance you could test a change for me please, to see if it helps?

My guess is that the bug is that the QTextBoundaryFinder may be assuming that
all non-null strings are at least one character long? – this patch changed
empty()->characters() from 0 to 1 so that String("").characters() is distinct
from String().characters().

It looks like the problem is in platform/text/qt/TextBreakIteratorQt.cpp, I'll
attach a patch that should hopefully fix the issue for you.

apologies for the breakage, and thanks in advance,
G.

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