Bug 75401

Summary: Remove Document::collectionInfo() and let collections manage their caches.
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 75403    
Attachments:
Description Flags
Patch andersca: review+

Description Andreas Kling 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.
Comment 1 Andreas Kling 2011-12-30 20:13:20 PST
Created attachment 120825 [details]
Patch
Comment 2 Andreas Kling 2011-12-31 16:50:13 PST
Committed r103864: <http://trac.webkit.org/changeset/103864>