[Webkit-unassigned] [Bug 136259] Prevent decoded images from being destroyed when they're in use.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 27 11:57:41 PDT 2014


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





--- Comment #4 from Pratik Solanki <psolanki at apple.com>  2014-08-27 11:57:45 PST ---
isSafeToMakePurgeable() used to do

    return !hasClients() && !m_proxyResource && !m_resourceToRevalidate;

Should this patch be checking for the other two conditions as well?

-- 
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