ssia
Created attachment 465095 [details] Patch
Created attachment 465101 [details] Patch
Created attachment 465102 [details] Patch
Comment on attachment 465102 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=465102&action=review > Source/WebCore/layout/integration/LayoutIntegrationBoxTree.cpp:199 > + auto canUseSimplifiedTextMeasuring = canUseSimpleFontCodePath ? Layout::TextUtil::canUseSimplifiedTextMeasuring(text, style, firstLineStyle.get()) : false; canUseSimpleFontCodePath && Layout::TextUtil::canUseSimplifiedTextMeasuring(text, style, firstLineStyle.get()) is shorter.
Created attachment 465110 [details] Patch
Created attachment 465119 [details] [fast-cq]Patch
Committed 260675@main (7d5263e5eaa4): <https://commits.webkit.org/260675@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 465119 [details].
<rdar://problem/105778355>