From a90a5cba08fdf6c0ceb95101c275108a152a3aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:37 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- gfx/thebes/gfxUserFontSet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gfx/thebes/gfxUserFontSet.h') diff --git a/gfx/thebes/gfxUserFontSet.h b/gfx/thebes/gfxUserFontSet.h index 58cd2a077f..4dadea73b0 100644 --- a/gfx/thebes/gfxUserFontSet.h +++ b/gfx/thebes/gfxUserFontSet.h @@ -545,8 +545,8 @@ class gfxUserFontSet { // font families defined by @font-face rules nsRefPtrHashtable mFontFamilies; - uint64_t mGeneration; // bumped on any font load change - uint64_t mRebuildGeneration; // only bumped on rebuilds + mozilla::Atomic mGeneration; // bumped on any font load change + uint64_t mRebuildGeneration; // only bumped on rebuilds // true when local names have been looked up, false otherwise bool mLocalRulesUsed; -- cgit v1.2.3