[Webkit-unassigned] [Bug 114807] Division by zero in CSSGradientValue::addStops()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 20 14:09:13 PDT 2013


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


Dean Jackson <dino at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #198841|review?                     |review+
               Flag|                            |




--- Comment #10 from Dean Jackson <dino at apple.com>  2013-04-20 14:07:31 PST ---
(From update of attachment 198841)
View in context: https://bugs.webkit.org/attachment.cgi?id=198841&action=review

> Source/WebCore/css/CSSGradientValue.cpp:347
> -            for (size_t i = 0; i < numStops; ++i)
> -                stops[i].offset = (stops[i].offset - firstOffset) / scale;
> +                for (size_t i = 0; i < numStops; ++i)
> +                    stops[i].offset = (stops[i].offset - firstOffset) / scale;

I'm seeing darker green in the diff here. Are they tab characters? Maybe it's just highlighting the extra indentation.

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