[webkit-reviews] review granted: [Bug 87964] Lonely stop crashes : [Attachment 209678] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 26 14:30:06 PDT 2013


Darin Adler <darin at apple.com> has granted Rob Buis <rwlbuis at gmail.com>'s
request for review:
Bug 87964: Lonely stop crashes
https://bugs.webkit.org/show_bug.cgi?id=87964

Attachment 209678: Patch
https://bugs.webkit.org/attachment.cgi?id=209678&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=209678&action=review


> Source/WebCore/rendering/svg/RenderSVGGradientStop.h:50
> +    virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&,
const FloatPoint&, HitTestAction) OVERRIDE FINAL { return false; }

No need for FINAL on the function when it’s in a FINAL class.


More information about the webkit-reviews mailing list