Commit 54675563 authored by Omer Katz's avatar Omer Katz Committed by Commit Bot

Removing EagerSweeping from GlobalCacheStorageImpl

Eager sweeping was added to dispose of CachesStorage.
CachesStoreage is a member, so eager sweeping didn't do anything.

Bug: 981043
Change-Id: I418dabf6596188660d10b91fefddf80c9dd8dae4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692984Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Omer Katz <omerkatz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#675718}
parent 86411dc4
...@@ -74,8 +74,6 @@ class GlobalCacheStorageImpl final ...@@ -74,8 +74,6 @@ class GlobalCacheStorageImpl final
return caches_; return caches_;
} }
// Promptly dispose of associated CacheStorage.
EAGERLY_FINALIZE();
void Trace(blink::Visitor* visitor) override { void Trace(blink::Visitor* visitor) override {
visitor->Trace(caches_); visitor->Trace(caches_);
Supplement<T>::Trace(visitor); Supplement<T>::Trace(visitor);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment