[Webkit-unassigned] [Bug 6410] Performance regression in text relayout due to bad BidiContext equality testing
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Jan 7 08:57:18 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6410
------- Additional Comments From darin at apple.com 2006-01-07 08:57 -------
(From update of attachment 5525)
Oops, my bad.
The alternative version is:
return c1.parent == c2.parent || (c1.parent && c2.parent && *c1.parent ==
*c2.parent);
My previous suggestion was wrong and could lead to nil-deref.
--
Configure bugmail: http://bugzilla.opendarwin.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