RESOLVED FIXED 75401
Remove Document::collectionInfo() and let collections manage their caches.
https://bugs.webkit.org/show_bug.cgi?id=75401
Summary Remove Document::collectionInfo() and let collections manage their caches.
Andreas Kling
Reported 2011-12-30 20:09:30 PST
Instead of always storing 10 CollectionCaches on the Document, let the collections create them as needed. This was not possible before since there could be multiple collections using the same cache.
Attachments
Patch (3.79 KB, patch)
2011-12-30 20:13 PST, Andreas Kling
andersca: review+
Andreas Kling
Comment 1 2011-12-30 20:13:20 PST
Andreas Kling
Comment 2 2011-12-31 16:50:13 PST
Note You need to log in before you can comment on or make changes to this bug.