[Webkit-unassigned] [Bug 127361] ASSERTION FAILED: std::isfinite(num) in WebCore::CSSPrimitiveValue::CSSPrimitiveValue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 18 06:11:24 PDT 2014


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





--- Comment #33 from Martin Hodovan <hodovanmartin at gmail.com>  2014-03-18 06:11:42 PST ---
(In reply to comment #31)
I replaced !std::isfinite() with std::isinf() and CSSValueID::CSSValueInfinite
with CSSValueID::CSSValueInvalid. I also changed the name of the test case,
because it really was a little misleading (this patch is not parsing-related).

> Why do we even have CSSValueInfinite?
CSSValueInfinite is used by the -webkit-marquee-repetition property,
when we want to set the number of repeats to infinite explicitly, like 
"-webkit-marquee-repetition: infinite;".

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