[Webkit-unassigned] [Bug 90721] Don't destory the decoded data of an image if WebKit is about to render the image.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 8 21:46:52 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90721





--- Comment #5 from Huang Dongsung <luxtella at company100.net>  2012-07-08 21:46:51 PST ---
Thank Simon for your good advice.

I added CachedImage::likelyToUseSoon() to determine if live caches are removed, because I want to check this only in MemoryCache::pruneLiveResourcesToSize(), not in all the call sites of CachedImage::destroyDecodedData().
It means the previous patch had a bug and this patch fixes it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list