Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
DecomposedGlyphs should notify observers in destructor
https://bugs.webkit.org/show_bug.cgi?id=241752 Reviewed by Simon Fraser. 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. * Source/WebCore/platform/graphics/DecomposedGlyphs.cpp: (WebCore::DecomposedGlyphs::~DecomposedGlyphs): Canonical link: https://commits.webkit.org/251711@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295706 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information