ssia
Created attachment 455389 [details] Patch
Comment on attachment 455389 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=455389&action=review > Source/WebCore/rendering/RenderText.cpp:1568 > + width = widthFromCache(fontCascade, from, len, xPos, fallbackFonts, glyphOverflow, style); > + } else if (canUseSimplifiedTextMeasuring()) > + width = fontCascade.widthForSimpleText(StringView(text()).substring(from, len), style.direction()); no lambda😤
<rdar://problem/90990081>