Chromium Code Reviews
Description[CacheStorage] Check doomed caches first when dropping cache handles
When the last cache handle is dropped, first check if it's a doomed cache
object before removing the cache from the active cache map. Previously we were
checking the other way around, which caused the active cache to be deleted (in
the event that a new cache was created with the same name) instead of the doomed
one.
BUG=631467
Committed: https://crrev.com/956d7aca53f56b5cff228af586ea2e5f895f2e9b
Cr-Commit-Position: refs/heads/master@{#407850}
Patch Set 1 #Patch Set 2 : Fix the test to work around a different bug #
Dependent Patchsets: Messages
Total messages: 19 (14 generated)
|
||||||||||||||||||||||||||||