mozilla-partial-revert-1768632.patch
branchfirefox115
changeset 1190 2a24a948b5cf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mozilla-partial-revert-1768632.patch	Sat Jul 29 14:34:45 2023 +0200
@@ -0,0 +1,13 @@
+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;
+