Changeset 235133 in webkit
- Timestamp:
- Aug 21, 2018, 1:38:40 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r235132 r235133 1 2018-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 1 11 2018-08-21 Brent Fulgham <bfulgham@apple.com> 2 12 -
trunk/Source/WebKit/NetworkProcess/cache/NetworkCacheStorage.h
r233789 r235133 112 112 #if PLATFORM(MAC) 113 113 /// Allow the last stable version of the cache to co-exist with the latest development one. 114 static const unsigned lastStableVersion = 1 2;114 static const unsigned lastStableVersion = 13; 115 115 #endif 116 116
Note:
See TracChangeset
for help on using the changeset viewer.