Skip to content

Commit

Permalink
Merge r235133 - Increment NetworkCache::Storage::lastStableVersion af…
Browse files Browse the repository at this point in the history
…ter r233742

https://bugs.webkit.org/show_bug.cgi?id=188798
<rdar://43561761>

Reviewed by Geoffrey Garen.

* NetworkProcess/cache/NetworkCacheStorage.h:
  • Loading branch information
achristensen07 authored and carlosgcampos committed Aug 24, 2018
1 parent 87ff37e commit 1218009
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,13 @@
2018-08-21 Alex Christensen <achristensen@webkit.org>

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:

2018-08-21 Daniel Bates <dabates@apple.com>

Replace TextCheckingTypeMask with OptionSet
Expand Down
2 changes: 1 addition & 1 deletion Source/WebKit/NetworkProcess/cache/NetworkCacheStorage.h
Expand Up @@ -111,7 +111,7 @@ class Storage : public ThreadSafeRefCounted<Storage> {
static const unsigned version = 13;
#if PLATFORM(MAC)
/// Allow the last stable version of the cache to co-exist with the latest development one.
static const unsigned lastStableVersion = 12;
static const unsigned lastStableVersion = 13;
#endif

String basePath() const;
Expand Down

0 comments on commit 1218009

Please sign in to comment.