[Webkit-unassigned] [Bug 33520] Mapping from local to container coord space is O(N^2)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 17 16:58:07 PDT 2010


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





--- Comment #41 from Darin Adler <darin at apple.com>  2010-03-17 16:58:06 PST ---
(From update of attachment 50961)
> +        ASSERT(x == nonCachedX && y == nonCachedY);

Generally assertions that have expressions containing && should be split up
into separate assertions. That way you know can tell which one failed.

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