12017-11-28 Youenn Fablet <youenn@apple.com>
2
3 NetworkCache::Storage should protect itself when removing operations from its maps
4 https://bugs.webkit.org/show_bug.cgi?id=180118
5
6 Reviewed by NOBODY (OOPS!).
7
8 The operations can contain ref to the Storage object and removing them from the map may destroy the Storage object
9
10 * NetworkProcess/cache/NetworkCacheStorage.cpp:
11 (WebKit::NetworkCache::Storage::finishReadOperation):
12 (WebKit::NetworkCache::Storage::finishWriteOperation):
13 (WebKit::NetworkCache::Storage::traverse):
14