Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove unused memory capacity output value in calculateURLCacheSizes
https://bugs.webkit.org/show_bug.cgi?id=240577 Patch by Olivier Blin <olivier.blin@softathome.com> on 2022-05-19 Reviewed by Darin Adler. Source/WebKit: calculateURLCacheSizes() had a urlCacheMemoryCapacity output value since its creation in r203857, which was passed to platformSetURLCacheSize(). But the implementation has been removed for the soup platform in r205556 when switching to the WebKit network cache, and for the Cocoa platform in r232201 when dropping NSURLCache support. urlCacheMemoryCapacity is now unused. * NetworkProcess/cache/NetworkCache.cpp: (WebKit::NetworkCache::computeCapacity): * Shared/CacheModel.cpp: (WebKit::calculateURLCacheSizes): * Shared/CacheModel.h: Canonical link: https://commits.webkit.org/250782@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@294527 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
834b53d
commit 12009214f89a47f79cb44d9b13985af841972f61
Showing
3 changed files
with
8 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters