[webkit-reviews] review granted: [Bug 180556] Make inline box objects IsoHeap allocated. : [Attachment 328756] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 8 11:58:22 PST 2017


Filip Pizlo <fpizlo at apple.com> has granted zalan <zalan at apple.com>'s request
for review:
Bug 180556: Make inline box objects IsoHeap allocated.
https://bugs.webkit.org/show_bug.cgi?id=180556

Attachment 328756: Patch

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




--- Comment #8 from Filip Pizlo <fpizlo at apple.com> ---
Comment on attachment 328756
  --> https://bugs.webkit.org/attachment.cgi?id=328756
Patch

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

> Source/WebCore/rendering/TrailingFloatsRootInlineBox.h:47
> +WTF_MAKE_ISO_ALLOCATED_IMPL(TrailingFloatsRootInlineBox);

Better to move this to a .cpp to avoid #including IsoMallocInlines in too many
places


More information about the webkit-reviews mailing list