mozilla-partial-revert-1768632.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Sun, 27 Aug 2023 10:23:20 +0200
branchfirefox116
changeset 1192 7612b8d8c46f
parent 1190 2a24a948b5cf
permissions -rw-r--r--
116.0.3

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;