Show
Ignore:
Timestamp:
08/04/08 12:23:14 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35534

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/WebCore/loader/appcache/ApplicationCacheStorage.h

    r243 r429  
    5151    void cacheGroupDestroyed(ApplicationCacheGroup*); 
    5252         
    53     void storeNewestCache(ApplicationCacheGroup*); 
     53    bool storeNewestCache(ApplicationCacheGroup*); 
    5454    void store(ApplicationCacheResource*, ApplicationCache*); 
    5555 
     
    5757     
    5858    void empty(); 
     59     
     60    static bool storeCopyOfCache(const String& cacheDirectory, ApplicationCache*); 
    5961private: 
    6062    PassRefPtr<ApplicationCache> loadCache(unsigned storageID);