[webkit-reviews] review granted: [Bug 51845] CSS3 gradients with em-based stops fail to repaint when font size changes : [Attachment 80570] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 30 09:47:49 PST 2011
mitz at webkit.org has granted Simon Fraser (smfr) <simon.fraser at apple.com>'s
request for review:
Bug 51845: CSS3 gradients with em-based stops fail to repaint when font size
changes
https://bugs.webkit.org/show_bug.cgi?id=51845
Attachment 80570: Patch
https://bugs.webkit.org/attachment.cgi?id=80570&action=review
------- Additional Comments from mitz at webkit.org
View in context: https://bugs.webkit.org/attachment.cgi?id=80570&action=review
> Source/WebCore/css/CSSGradientValue.cpp:412
> + for (size_t i = 0; i < m_stops.size(); i++) {
Please change this to ++i.
More information about the webkit-reviews
mailing list