[Webkit-unassigned] [Bug 97036] A lot of ERROR messages in FractionalLayoutUnits when opening fast/overflow/overflow-height-float-not-removed-crash3.html regression test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 18 15:27:28 PDT 2012


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





--- Comment #2 from Alexey Proskuryakov <ap at webkit.org>  2012-09-18 15:27:58 PST ---
I think that this bug needs to be fixed by whoever uses LayoutUnits incorrectly.

Not sure if there is complete consensus on what LOG_ERROR should be used for. I think that it's really usually about things largely outside WebKit control, like corrupt sqlite databases. Broken HTML input should never cause any sort of console logging.

Using LOG_ERROR as a temporary solution before turning it into an ASSERT seems very reasonable to me, as long as we agree that making it an assertion is the goal.

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