Clean up text layout code a bit
Created attachment 405671 [details] Patch
<rdar://problem/66365710>
Created attachment 405672 [details] Patch
Comment on attachment 405672 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=405672&action=review > Source/WebCore/platform/graphics/FontCascade.cpp:1391 > + float initialAdvance; I always get scared when I see a non-initialized variable (I know it gets a value eventually).
Committed r265170: <https://trac.webkit.org/changeset/265170>