[webkit-reviews] review granted: [Bug 135781] Refactor ShapeOutsideInfo so it isn't mutated for each line : [Attachment 236462] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 12 22:49:56 PDT 2014


Zoltan Horvath <zoltan at webkit.org> has granted Bem Jones-Bey
<bjonesbe at adobe.com>'s request for review:
Bug 135781: Refactor ShapeOutsideInfo so it isn't mutated for each line
https://bugs.webkit.org/show_bug.cgi?id=135781

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

------- Additional Comments from Zoltan Horvath <zoltan at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=236462&action=review


r=me

> Source/WebCore/rendering/shapes/ShapeOutsideInfo.h:47
> +    WTF_MAKE_FAST_ALLOCATED;

Since ShapeOutsideDeltas isn't instantiated by operator new, you don't need to
make it fast allocated.


More information about the webkit-reviews mailing list