Title: [235133] trunk/Source/WebKit
- Revision
- 235133
- Author
- [email protected]
- Date
- 2018-08-21 13:38:40 -0700 (Tue, 21 Aug 2018)
Log 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:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (235132 => 235133)
--- trunk/Source/WebKit/ChangeLog 2018-08-21 20:37:27 UTC (rev 235132)
+++ trunk/Source/WebKit/ChangeLog 2018-08-21 20:38:40 UTC (rev 235133)
@@ -1,3 +1,13 @@
+2018-08-21 Alex Christensen <[email protected]>
+
+ 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 Brent Fulgham <[email protected]>
Remove experimental affiliated domain code now that StorageAccess API is available
Modified: trunk/Source/WebKit/NetworkProcess/cache/NetworkCacheStorage.h (235132 => 235133)
--- trunk/Source/WebKit/NetworkProcess/cache/NetworkCacheStorage.h 2018-08-21 20:37:27 UTC (rev 235132)
+++ trunk/Source/WebKit/NetworkProcess/cache/NetworkCacheStorage.h 2018-08-21 20:38:40 UTC (rev 235133)
@@ -111,7 +111,7 @@
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;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes