~ubuntu-branches/ubuntu/lucid/webkit/lucid-updates

« back to all changes in this revision

Viewing changes to WebCore/loader/Cache.h

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2010-02-04 19:30:57 UTC
  • mfrom: (1.2.8 upstream) (4.3.9 sid)
  • Revision ID: james.westby@ubuntu.com-20100204193057-d3018lm1fipb0703
* New upstream release
* debian/copyright:
- Updated with changes since 1.1.19.

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
    unsigned m_deadSize; // The number of bytes currently consumed by "dead" resources in the cache.
191
191
 
192
192
    // Size-adjusted and popularity-aware LRU list collection for cache objects.  This collection can hold
193
 
    // more resources than the cached resource map, since it can also hold "stale" muiltiple versions of objects that are
 
193
    // more resources than the cached resource map, since it can also hold "stale" multiple versions of objects that are
194
194
    // waiting to die when the clients referencing them go away.
195
195
    Vector<LRUList, 32> m_allResources;
196
196