[Webkit-unassigned] [Bug 116715] ASSERTION FAILED: type() == Percent in WebCore::Length::percent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 1 23:59:52 PDT 2013


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


Zan Dobersek <zandobersek at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zandobersek at gmail.com




--- Comment #1 from Zan Dobersek <zandobersek at gmail.com>  2013-07-02 00:01:49 PST ---
Length::isPercent returns true if the Length object has type of either Percent or Calculated. Length::percent asserts that the type must be Percent.

Should the assert in Length::percent (where the current crash occurs) allow the Calculated type as well?

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