Changeset 235133 in webkit


Ignore:
Timestamp:
Aug 21, 2018 1:38:40 PM (6 years ago)
Author:
achristensen@apple.com
Message:

Increment NetworkCache::Storage::lastStableVersion after r233742
https://bugs.webkit.org/show_bug.cgi?id=188798
<rdar://43561761>

Reviewed by Geoffrey Garen.

  • NetworkProcess/cache/NetworkCacheStorage.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r235132 r235133  
     12018-08-21  Alex Christensen  <achristensen@webkit.org>
     2
     3        Increment NetworkCache::Storage::lastStableVersion after r233742
     4        https://bugs.webkit.org/show_bug.cgi?id=188798
     5        <rdar://43561761>
     6
     7        Reviewed by Geoffrey Garen.
     8
     9        * NetworkProcess/cache/NetworkCacheStorage.h:
     10
    1112018-08-21  Brent Fulgham  <bfulgham@apple.com>
    212
  • trunk/Source/WebKit/NetworkProcess/cache/NetworkCacheStorage.h

    r233789 r235133  
    112112#if PLATFORM(MAC)
    113113    /// Allow the last stable version of the cache to co-exist with the latest development one.
    114     static const unsigned lastStableVersion = 12;
     114    static const unsigned lastStableVersion = 13;
    115115#endif
    116116
Note: See TracChangeset for help on using the changeset viewer.