ssia
Created attachment 466737 [details] Patch
Comment on attachment 466737 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=466737&action=review > Source/WebCore/layout/formattingContexts/flex/FlexLayout.cpp:131 > + auto computeFinalSize = [&](auto& candidateSizes, auto& finalSize) { wouldn't it be cleaner to just return the finalSize?
Created attachment 466760 [details] [fast-cq]Patch
(In reply to Antti Koivisto from comment #2) > Comment on attachment 466737 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=466737&action=review > > > Source/WebCore/layout/formattingContexts/flex/FlexLayout.cpp:131 > > + auto computeFinalSize = [&](auto& candidateSizes, auto& finalSize) { > > wouldn't it be cleaner to just return the finalSize? yeah, not sure what happened here.
Committed 265308@main (521acb6278c9): <https://commits.webkit.org/265308@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 466760 [details].
<rdar://problem/111006977>