[Webkit-unassigned] [Bug 85303] Tests overflow LayoutUnits in rendering code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 1 14:05:33 PDT 2012


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





--- Comment #7 from Eric Seidel <eric at webkit.org>  2012-05-01 14:05:33 PST ---
ASSERTS are used for programming errors.  So if its a programming error to overflow these, then we should leave the asserts in.  If not, then we should find some other way to handle this. :)

It sounds like you're saying its a programming error to not check for overflow, if so, it should be simple to fix these tests, no?

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