ssia
<rdar://problem/58867112>
Created attachment 388686 [details] Patch
ifdef all the things
Created attachment 388687 [details] Patch
Comment on attachment 388687 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=388687&action=review > Source/WebCore/rendering/TextPainter.cpp:219 > +#if ENABLE(LAYOUT_FORMATTING_CONTEXT) > + GlyphDisplayListCache<Display::Run>::singleton().clear(); > +#endif Could have runtime check too to avoid unnecessary construction of the singleton.
Created attachment 388688 [details] Patch
Comment on attachment 388688 [details] Patch Clearing flags on attachment: 388688 Committed r255074: <https://trac.webkit.org/changeset/255074>
All reviewed patches have been landed. Closing bug.