This is a reland of ServiceWorkerCache::Keys.
Reland of https://codereview.chromium.org/477973002/ There was a memory leak. EndEnumeration wasn't called on the iterator. Fixed and tested with ASAN. The leak was detected because SimpleCache doesn't clean up its enumerators on deletion, but it should. See https://code.google.com/p/chromium/issues/detail?id=410276 BUG=392621 Review URL: https://codereview.chromium.org/528233003 Cr-Commit-Position: refs/heads/master@{#293326}
Showing
This diff is collapsed.
Please register or sign in to comment