[Webkit-unassigned] [Bug 22214] Keep dead resources in memory cache in purgable memory.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 21 13:44:32 PST 2008


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





------- Comment #8 from ggaren at apple.com  2008-11-21 13:44 PDT -------
(From update of attachment 25331)
+    if (m_volatileBuffer) {
+        ASSERT(!m_volatileBuffer->isVolatile());
+        return m_volatileBuffer->data();
+    }

The ASSERT here is redundant with an ASSERT inside the VolatileBuffer class.
You should probably remove it.


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



More information about the webkit-unassigned mailing list