[webkit-reviews] review granted: [Bug 198366] [LFC[IFC] Do not reuse the same Line object. : [Attachment 370920] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 30 05:08:16 PDT 2019


Antti Koivisto <koivisto at iki.fi> has granted zalan <zalan at apple.com>'s request
for review:
Bug 198366: [LFC[IFC] Do not reuse the same Line object.
https://bugs.webkit.org/show_bug.cgi?id=198366

Attachment 370920: Patch

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




--- Comment #3 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 370920
  --> https://bugs.webkit.org/attachment.cgi?id=370920
Patch

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

> Source/WebCore/layout/inlineformatting/InlineLine.h:38
>  class Line {
>  public:

You should WTF_MAKE_FAST_ALLOCATED here since this is now heap allocated.


More information about the webkit-reviews mailing list