but instead just return the list of placed floats.
Created attachment 466197 [details] Patch
Created attachment 466198 [details] Patch
Comment on attachment 466198 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=466198&action=review > Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.cpp:433 > + for (auto floatItem : intrinsicContent.placedFloats) why copy?
Created attachment 466212 [details] Patch
(In reply to Antti Koivisto from comment #3) > Comment on attachment 466198 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=466198&action=review > > > Source/WebCore/layout/formattingContexts/inline/InlineFormattingContext.cpp:433 > > + for (auto floatItem : intrinsicContent.placedFloats) > > why copy? indeed.
Created attachment 466216 [details] [fast-cq]Patch
Committed 263704@main (6329f3456d6a): <https://commits.webkit.org/263704@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 466216 [details].
<rdar://problem/108927449>