[webkit-reviews] review granted: [Bug 195905] Remove the SVG tear off objects for SVGPoint, SVGPointList and SVGAnimatedPointList : [Attachment 365520] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 21 13:17:22 PDT 2019


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Said Abou-Hallawa
<sabouhallawa at apple.com>'s request for review:
Bug 195905: Remove the SVG tear off objects for SVGPoint, SVGPointList and
SVGAnimatedPointList
https://bugs.webkit.org/show_bug.cgi?id=195905

Attachment 365520: Patch

https://bugs.webkit.org/attachment.cgi?id=365520&action=review




--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 365520
  --> https://bugs.webkit.org/attachment.cgi?id=365520
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=365520&action=review

> Source/WebCore/svg/SVGPointList.h:82
> +	       append(SVGPoint::create(FloatPoint(xPos, yPos)));

append(SVGPoint::create({ xPos, yPos }));


More information about the webkit-reviews mailing list