rdar://91383570
Created attachment 456879 [details] Patch
Comment on attachment 456879 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=456879&action=review > Source/WebCore/dom/ImageOverlay.cpp:445 > + if (lines.size() > 2) Nit: Named constant?
Comment on attachment 456879 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=456879&action=review Thanks for the review! >> Source/WebCore/dom/ImageOverlay.cpp:445 >> + if (lines.size() > 2) > > Nit: Named constant? Makes sense — I'll change this to use `constexpr auto maxLineCountForCenterAlignedText = 2;`
Created attachment 456924 [details] Patch for landing
Committed r292543 (249381@main): <https://commits.webkit.org/249381@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 456924 [details].