RESOLVED FIXED 241752
DecomposedGlyphs should notify observers in destructor
https://bugs.webkit.org/show_bug.cgi?id=241752
Summary DecomposedGlyphs should notify observers in destructor
Cameron McCormack (:heycam)
Reported 2022-06-18 16:26:59 PDT
Forgot to do anything with m_observers in the DecomposedGlyphs destructor. Currently old DecomposedGlyphs objects will hang around in the GPU process until the document goes away, instead of (as is intended) when the display list they are in is removed from the GlyphDisplayListCache.
Attachments
Cameron McCormack (:heycam)
Comment 1 2022-06-18 16:29:27 PDT
EWS
Comment 2 2022-06-21 17:40:36 PDT
Committed r295706 (251711@main): <https://commits.webkit.org/251711@main> Reviewed commits have been landed. Closing PR #1618 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-06-21 17:41:12 PDT
Note You need to log in before you can comment on or make changes to this bug.