Bug 241752
Summary: | DecomposedGlyphs should notify observers in destructor | ||
---|---|---|---|
Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
Component: | WebKit Process Model | Assignee: | Cameron McCormack (:heycam) <heycam> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Cameron McCormack (:heycam)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Cameron McCormack (:heycam)
Pull request: https://github.com/WebKit/WebKit/pull/1618
EWS
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
<rdar://problem/95649314>