summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/fonts/font_cache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/platform/fonts/font_cache.cc')
-rw-r--r--chromium/third_party/blink/renderer/platform/fonts/font_cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/platform/fonts/font_cache.cc b/chromium/third_party/blink/renderer/platform/fonts/font_cache.cc
index 20b35c9ecba..df794d75c13 100644
--- a/chromium/third_party/blink/renderer/platform/fonts/font_cache.cc
+++ b/chromium/third_party/blink/renderer/platform/fonts/font_cache.cc
@@ -416,7 +416,7 @@ void FontCache::AddClient(FontCacheClient* client) {
if (!font_cache_clients_) {
font_cache_clients_ =
MakeGarbageCollected<HeapHashSet<WeakMember<FontCacheClient>>>();
- font_cache_clients_.RegisterAsStaticReference();
+ LEAK_SANITIZER_IGNORE_OBJECT(&font_cache_clients_);
}
DCHECK(!font_cache_clients_->Contains(client));
font_cache_clients_->insert(client);