[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:46:45 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6410
------- Additional Comments From darin at apple.com 2006-01-07 08:46 -------
(From update of attachment 5525)
Another way to write this is:
return c1.parent == c2.parent || (c1.parent && *c1.parent == *c2.parent);
Not sure whether I like my version better or yours.
--
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