mozilla-partial-revert-1768632.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Thu, 22 Feb 2024 20:31:18 +0100
branchfirefox122
changeset 1200 2a0735b1eb92
parent 1190 2a24a948b5cf
permissions -rw-r--r--
122.0.1

Index: firefox-102.4.0/mfbt/EnumSet.h
===================================================================
--- firefox-102.4.0.orig/mfbt/EnumSet.h
+++ firefox-102.4.0/mfbt/EnumSet.h
@@ -326,7 +326,7 @@ class EnumSet {
     }
   }
 
-  static constexpr size_t kMaxBits = MaxBits();
+  static constexpr size_t kMaxBits = EnumSet().MaxBits();
 
   Serialized mBitField;