RESOLVED FIXED Bug 198366
[LFC[IFC] Do not reuse the same Line object.
https://bugs.webkit.org/show_bug.cgi?id=198366
Summary [LFC[IFC] Do not reuse the same Line object.
zalan
Reported 2019-05-29 21:47:24 PDT
while laying out the lines.
Attachments
Patch (13.84 KB, patch)
2019-05-29 21:52 PDT, zalan
no flags
Patch (14.19 KB, patch)
2019-05-31 06:13 PDT, zalan
no flags
Radar WebKit Bug Importer
Comment 1 2019-05-29 21:47:45 PDT
zalan
Comment 2 2019-05-29 21:52:26 PDT
Antti Koivisto
Comment 3 2019-05-30 05:08:16 PDT
Comment on attachment 370920 [details] 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.
zalan
Comment 4 2019-05-31 06:13:27 PDT
WebKit Commit Bot
Comment 5 2019-05-31 06:43:43 PDT
Comment on attachment 371053 [details] Patch Clearing flags on attachment: 371053 Committed r245962: <https://trac.webkit.org/changeset/245962>
WebKit Commit Bot
Comment 6 2019-05-31 06:43:45 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.