[webkit-reviews] review requested: [Bug 127361] ASSERTION FAILED: std::isfinite(num) in WebCore::CSSPrimitiveValue::CSSPrimitiveValue : [Attachment 225072] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 24 09:19:24 PST 2014


Martin Hodovan <hodovanmartin at gmail.com> has asked  for review:
Bug 127361: ASSERTION FAILED: std::isfinite(num) in 
WebCore::CSSPrimitiveValue::CSSPrimitiveValue
https://bugs.webkit.org/show_bug.cgi?id=127361

Attachment 225072: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=225072&action=review

------- Additional Comments from Martin Hodovan <hodovanmartin at gmail.com>
I have relocated the infinity check to CSSValuePool::createValue(), I think
this is the function where it really belongs to. This way we dont have to
handle the SVG and non-SVG cases separately.


More information about the webkit-reviews mailing list