[webkit-reviews] review granted: [Bug 53081] Need to explicitly check non-finite value of input coordinate in Canvas2D::isPointInPath : [Attachment 80172] fix patch v1 with a change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 14 05:02:06 PST 2011


Andreas Kling <kling at webkit.org> has granted Johnny(Jianning) Ding
<jnd at chromium.org>'s request for review:
Bug 53081: Need to explicitly check non-finite value of input coordinate in
Canvas2D::isPointInPath
https://bugs.webkit.org/show_bug.cgi?id=53081

Attachment 80172: fix patch v1 with a change
https://bugs.webkit.org/attachment.cgi?id=80172&action=review

------- Additional Comments from Andreas Kling <kling at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=80172&action=review

r=me, though the ChangeLog should be more specific that this is moving the
finiteness check into common code.

> Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:880
> +    // Test whether the input point contians non-finite value.

Unnecessary comment.


More information about the webkit-reviews mailing list